Autopilot for Tinder
Don't waste time swiping. Autopilot will do it for you.
Wat is Autopilot for Tinder?
Autopilot for Tinder is een Chrome-extensie ontwikkeld door Autopilot Team, en de belangrijkste functie is "Don't waste time swiping. Autopilot will do it for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Autopilot for Tinder
Download Autopilot for Tinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ckbomlknmandimdddbaakmflbjnibcai |
Officiële URL | https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai |
Beschrijving | Don't waste time swiping. Autopilot will do it for you. |
Bestandsgrootte | 556 KB |
Aantal Installaties | 1,457 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2018-07-22 |
Publicatiedatum | 2018-07-22 |
Beoordeling | 3.64/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Autopilot Team |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |