Autopilot for Tinder
Don't waste time swiping. Autopilot will do it for you.
Apa itu Autopilot for Tinder?
Autopilot for Tinder adalah ekstensi Chrome yang dikembangkan oleh Autopilot Team, dan fitur utamanya adalah "Don't waste time swiping. Autopilot will do it for you.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Autopilot for Tinder
Unduh file ekstensi Autopilot for Tinder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | ckbomlknmandimdddbaakmflbjnibcai |
URL Resmi | https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai |
Deskripsi | Don't waste time swiping. Autopilot will do it for you. |
Ukuran File | 556 KB |
Jumlah Instalasi | 1,457 |
Versi Saat Ini | 0.0.0.4 |
Terakhir Diperbarui | 2018-07-22 |
Tanggal Publikasi | 2018-07-22 |
Penilaian | 3.64/5 Total 11 Penilaian |
Pengembang | Autopilot Team |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |