Auto Swiper Free
Automatically swipes for you on your behalf.
Auto Swiper Free क्या है?
Auto Swiper Free Roy Ernst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically swipes for you on your behalf."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Swiper Free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } ] } |