A lightweight Chrome extension that automatically endorses skills on a LinkedIn profile page. It simulates manual clicks on skill endorsement buttons and allows you to configure how many skills to endorse.
โ ๏ธ For personal/educational use only. Automating LinkedIn interactions may violate LinkedIn's Terms of Service.
- Auto-endorses skills on any LinkedIn profile page you visit
- Configurable number of skills to endorse (default: 10)
- Adds human-like delay between actions (randomized 500msโ1500ms)
- Simple popup interface for configuration
- Clone or download this repository and extract the ZIP.
- Go to
chrome://extensionsin Chrome. - Enable Developer Mode in the top-right corner.
- Click "Load unpacked" and select the extracted folder.
- Open any LinkedIn userโs profile (URL must match
https://www.linkedin.com/in/*). - Click on the extension icon in the Chrome toolbar.
- Enter the number of skills to endorse (or leave default), then click "Endorse".
- The extension will automatically endorse up to that number of skills.
โ Make sure the skills section is visible. Scroll down manually if needed.
- Uses a content script (
content.js) to find visible "Endorse" buttons. - Randomized sleep between clicks to mimic real human interaction.
- Shows a final
alert()with how many endorsements were made.
This extension is intended for personal use only. Automating interactions on LinkedIn can result in warnings or account restrictions.
MIT License