RightSwipe
AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.
RightSwipeとは何ですか?
RightSwipeはelviによって開発されたChromeの拡張機能で、その主な機能は「AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.」です。
拡張機能のスクリーンショット
RightSwipe拡張機能のCRXファイルをダウンロード
RightSwipe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | odoonleiokjpbpemehenemkhjahjimpn |
公式URL | https://chrome.google.com/webstore/detail/rightswipe/odoonleiokjpbpemehenemkhjahjimpn |
説明 | AutoSwipe, An extension to automate the swiping webapp like tinder and bumble. |
ファイルサイズ | 912 KB |
インストール数 | 339 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-05-01 |
公開日 | 2020-04-30 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | elvi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RightSwipe", "short_name": "Au(to)mate \u2764\ufe0f!", "version": "0.0.0.3", "manifest_version": 2, "author": "https:\/\/elvi.network", "description": "AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+Z", "mac": "Alt+Shift+Z", "chromeos": "Alt+Shift+Z", "linux": "Alt+Shift+Z" } } }, "icons": { "16": "images\/icon-120.png", "128": "images\/icon-120.png" }, "browser_action": { "default_icon": { "19": "images\/icon-120.png", "38": "images\/icon-120.png" }, "default_title": "Right Swipe.", "default_popup": "popup.html" }, "background": { "scripts": [ "bundleX.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/*", "https:\/\/bumble.com\/app" ], "css": [ "css\/cs.css" ], "js": [ "jquery-1.10.1.min.js", "contentscript.js" ], "run_at": "document_idle", "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/*.infura.io\/*", "unlimitedStorage", "storage", "tabs", "management" ] } |