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 |
Eメール | [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" ] } ] } |