# LinkedIn Auto-Liker Chrome Extension
This Chrome extension automatically likes posts on LinkedIn as you scroll through your feed. It's designed to help users engage with content more efficiently. The extension also features automatic scrolling to load new posts and a configurable option to enable or disable the auto-like functionality.
## Disclaimer
This extension is for educational purposes only. Automating interactions on LinkedIn or any other platform may violate their terms of service. Use this extension responsibly and at your own risk. The author assumes no liability for any consequences that arise from the use of this software.
## Features
- **Auto-Like**: Automatically likes posts on LinkedIn.
- **Auto-Scroll**: Scrolls through the LinkedIn feed to load new posts.
- **Configurable**: Users can enable or disable the auto-like feature via the extension's popup menu.
## Installation
1. **Clone the Repository**
```bash
git clone https://github.com/yourusername/linkedin-auto-liker.git
-
Load the Extension in Chrome
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" at the top right.
- Click "Load unpacked" and select the extension's directory.
- Open Chrome and navigate to
After installation, navigate to LinkedIn and use the extension as follows:
- Click on the extension icon to open the popup menu.
- Use the toggle switch to enable or disable the auto-like feature.
- Once enabled, simply scroll through your LinkedIn feed. The extension will automatically like posts and load new content.
No additional configuration is required. The auto-like feature can be toggled on and off directly from the extension's popup menu.
This project is licensed under the MIT License - see the LICENSE file for details.
### Notes for Customization:
- **Repository URL**: Replace `https://github.com/yourusername/linkedin-auto-liker.git` with the actual URL of your GitHub repository.
- **License**: Ensure that the `LICENSE` link reflects your project's licensing. If you opt for a license other than MIT, update the license details accordingly.
- **Contributing**: Customize the contributing section based on how you want others to contribute to your project. You might also want to include a `CONTRIBUTING.md` file in your repository with more detailed instructions.
- **Features & Usage**: Adjust these sections to accurately describe your extension's functionality and how it should be used.
Creating a clear and informative `README.md` is essential for engaging the community and encouraging usage and contributions to your project.