RightSwipe
AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.
RightSwipe là gì?
RightSwipe là một tiện ích mở rộng Chrome được phát triển bởi elvi, và tính năng chính của nó là "AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RightSwipe
Tải xuống các tệp mở rộng RightSwipe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odoonleiokjpbpemehenemkhjahjimpn |
URL Chính Thức | https://chrome.google.com/webstore/detail/rightswipe/odoonleiokjpbpemehenemkhjahjimpn |
Mô tả | AutoSwipe, An extension to automate the swiping webapp like tinder and bumble. |
Kích Thước Tệp | 912 KB |
Số Lần Cài Đặt | 339 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2020-05-01 |
Ngày Phát Hành | 2020-04-30 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | elvi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |