Autopilot for Tinder
Don't waste time swiping. Autopilot will do it for you.
什麼是Autopilot for Tinder?
Autopilot for Tinder是由Autopilot Team開發的Chrome擴展程式,該擴展的主要功能是“Don't waste time swiping. Autopilot will do it for you.”。
擴展截圖
下載Autopilot for Tinder擴展crx文件
下載Autopilot for Tinder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | ckbomlknmandimdddbaakmflbjnibcai |
官方網址 | https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai |
簡介 | Don't waste time swiping. Autopilot will do it for you. |
檔案大小 | 556 KB |
安裝次數 | 1,457 |
目前版本 | 0.0.0.4 |
更新時間 | 2018-07-22 |
上架時間 | 2018-07-22 |
評分 | 3.64/5 共 11 次評分 |
開發者 | Autopilot Team |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |