Autopilot for Tinder
Don't waste time swiping. Autopilot will do it for you.
What is Autopilot for Tinder?
Autopilot for Tinder is a Chrome extension developed by Autopilot Team, and its main feature is "Don't waste time swiping. Autopilot will do it for you.".
Extension Screenshots
Download Autopilot for Tinder Extension CRX File
Download Autopilot for Tinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
How it works? 1. Install extension 2. Go to www.tinder.com 3. You will see button in the left top corner 4. Turn it ON 5. It will swipe RIGHT every photo for you 6. Once you receive MATCH a random GIF will be sent automatically for you Have fun!
Extension Basic Information
Name | |
ID | ckbomlknmandimdddbaakmflbjnibcai |
Official URL | https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai |
Description | Don't waste time swiping. Autopilot will do it for you. |
File Size | 556 KB |
Installation Count | 1,457 |
Current Version | 0.0.0.4 |
Last Updated | 2018-07-22 |
Publish Date | 2018-07-22 |
Rating | 3.64/5 Total 11 Ratings |
Developer | Autopilot Team |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autopilot for Tinder", "description": "Don't waste time swiping. Autopilot will do it for you.", "version": "0.0.0.4", "author": "Tinder Autopilot", "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/*" ], "js": [ "content.js" ] } ] } |