RightSwipe
AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.
RightSwipeคืออะไร?
RightSwipe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elvi และคุณลักษณะหลักของมันคือ "AutoSwipe, An extension to automate the swiping webapp like tinder and bumble."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RightSwipe
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |