RightSwipe
AutoSwipe, An extension to automate the swiping webapp like tinder and bumble.
RightSwipe क्या है?
RightSwipe elvi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AutoSwipe, An extension to automate the swiping webapp like tinder and bumble."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RightSwipe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |