A simple Chrome extension to automate the process of swiping right on Tinder, designed to enhance your Tinder experience by automating likes.
- Auto Swipe: Automatically swipe right on profiles, saving you time and effort.
- Customizable Delay: Set a delay time in seconds between swipes to mimic human behavior and avoid detection.
- Easy Toggle: Activate or deactivate auto swiping with just a checkbox.
- Clone or download this repository.
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" at the top right corner.
- Click "Load unpacked" and select the directory where you cloned or extracted the extension.
- The extension icon should now appear in your Chrome toolbar, ready for use.
- Click on the extension icon in the Chrome toolbar to open the popup.
- To activate auto swiping, check the "Activate Auto Swipe" checkbox.
- Set your desired delay time in seconds in the "Delay Time" input field.
- Click "Save Settings" to apply your changes.
- Navigate to Tinder in your browser, and the extension will start to automatically swipe right based on your settings.
For clarity and transparency, here's a brief justification for each of the permissions required by this extension:
- tabs: Needed to perform operations with browser tabs, such as detecting the Tinder tab to start auto swiping.
- activeTab: Allows the extension to access and interact with the content of the current active tab, crucial for identifying and clicking the "Like" button on Tinder.
- storage: Utilized to save and retrieve the user's settings (auto swipe activation and delay time) locally in the browser.
- https://www.tinder.com/*: This permission allows the extension to interact with Tinder's website, enabling it to automate swipes.
This extension is intended for personal use and as a demonstration of Chrome extension capabilities. Please be mindful of Tinder's terms of service regarding automation and use this extension responsibly.
Distributed under the MIT License. See LICENSE
for more information.