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 |
官方URL | 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" ] } ] } |