Autopilot for Tinder
Don't waste time swiping. Autopilot will do it for you.
Cos'è Autopilot for Tinder?
Autopilot for Tinder è un'estensione di Chrome sviluppata da Autopilot Team, e la sua funzione principale è "Don't waste time swiping. Autopilot will do it for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Autopilot for Tinder
Scarica i file di estensione Autopilot for Tinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ckbomlknmandimdddbaakmflbjnibcai |
URL Ufficiale | https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai |
Descrizione | Don't waste time swiping. Autopilot will do it for you. |
Dimensione del File | 556 KB |
Conteggio Installazioni | 1,457 |
Versione Corrente | 0.0.0.4 |
Ultimo Aggiornamento | 2018-07-22 |
Data di Pubblicazione | 2018-07-22 |
Valutazione | 3.64/5 Totale 11 Valutazioni |
Sviluppatore | Autopilot Team |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |