Auto Swiper Free
Automatically swipes for you on your behalf.
Auto Swiper Freeとは何ですか?
Auto Swiper FreeはRoy Ernstによって開発されたChromeの拡張機能で、その主な機能は「Automatically swipes for you on your behalf.」です。
拡張機能のスクリーンショット
Auto Swiper Free拡張機能のCRXファイルをダウンロード
Auto Swiper Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically swipes for you on your behalf. Leave the window in the background for the best effect. Do not leave open for inhuman amount of hours.
拡張機能の基本情報
名前 | Auto Swiper Free |
ID | fgkcalcgebocnghiklhjhnhdolpfigie |
公式URL | https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie |
説明 | Automatically swipes for you on your behalf. |
ファイルサイズ | 124 KB |
インストール数 | 11 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-07-06 |
公開日 | 2022-07-06 |
開発者 | Roy Ernst |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Swiper Free", "version": "1.0.2", "manifest_version": 3, "description": "Automatically swipes for you on your behalf.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png", "default_title": "Auto Swiper Free", "default_popup": "src\/page_action\/page_action.html" }, "host_permissions": [ "https:\/\/tinder.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |