Auto Swiper
Auto Swiper Extension to Swipe Tinder, Bumble, Lovoo, PoF and OkCupid Profiles.
Auto Swiper क्या है?
Auto Swiper https://auto-swiper.ch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Swiper Extension to Swipe Tinder, Bumble, Lovoo, PoF and OkCupid Profiles."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Swiper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Auto Swiper Extension enhances your experience on dating sites such as Tinder, Bumble, Badoo, PoF, OkCupid and more, allowing you to spend more time getting to know people. For optimal usage of the Auto Swiper Extension, I suggest loosening the filters on dating sites like Tinder, Bumble, Badoo, PoF, OkCupid, and others, and then using the Auto Swiper to adjust the filters based on your preferences. This will result in more swipes to dislike profiles, ultimately boosting your reputation on the dating site. The Auto Swiper Extension provides various ways to filter profiles on dating sites such as Tinder, Bumble, Badoo, PoF, OkCupid and more. The free version of the software includes the following features: - A maximum of 100 swipes per run and 500 swipes per day. - The ability to define age range. - Minimum photo requirement. - The option to filter out unwanted words (up to 10). - Swipe speed ranges from approximately 2.5 to 4.5 seconds per swipe. If you want even more features and options, subscription options are available at https://auto-swiper.ch/#pricing. However, please note that dating apps frequently update their interfaces, which may affect the functionality of the Auto Swiper Extension. If you experience any issues, please inform the developer. A list of Supported Dating Sites you find under: https://auto-swiper.ch/#features Because Tinder, Bumble, Badoo, PoF, OkCupid and others are always changing their apps there can be problems with the Auto Swiper. Please inform me if the extension does not work properly anymore. Changelog: https://www.auto-swiper.ch/changelog.html
एक्सटेंशन की मूल जानकारी
नाम | Auto Swiper |
ID | knhjggkkeoamjgogdmmefekofllomhea |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-swiper/knhjggkkeoamjgogdmmefekofllomhea |
विवरण | Auto Swiper Extension to Swipe Tinder, Bumble, Lovoo, PoF and OkCupid Profiles. |
फ़ाइल का आकार | 444 KB |
स्थापना संख्या | 8,784 |
वर्तमान संस्करण | 3.17.1 |
अंतिम अपडेट | 2024-02-18 |
प्रकाशन तिथि | 2020-10-16 |
रेटिंग | 4.36/5 कुल 124 रेटिंग्स |
डेवलपर | https://auto-swiper.ch |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.auto-swiper.ch |
सहायता पृष्ठ URL | https://discord.com/invite/TqG9zu8qD9 |
गोपनीयता नीति पृष्ठ URL | https://auto-swiper.ch/privacy_policy.html |
समर्थित भाषाएँ | id,de,en,fr,nl,tr,da,es,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_APP_NAME__", "description": "__MSG_APP_DESCRIPTION__", "version": "3.17.1", "manifest_version": 3, "default_locale": "en", "icons": { "128": "icons\/icon_128.png" }, "action": { "default_title": "__MSG_APP_NAME__", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/tinder.com\/*", "*:\/\/*.tinder.com\/*", "*:\/\/bumble.com\/app\/*", "*:\/\/*.bumble.com\/app\/*", "*:\/\/lovoo.com\/*", "*:\/\/*.lovoo.com\/*", "*:\/\/okcupid.com\/*", "*:\/\/*.okcupid.com\/*", "*:\/\/badoo.com\/*", "*:\/\/*.badoo.com\/*", "*:\/\/pof.com\/*", "*:\/\/*.pof.com\/*", "*:\/\/zoosk.com\/*", "*:\/\/*.zoosk.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "notifications", "scripting", "alarms", "debugger" ], "host_permissions": [ "https:\/\/auto-swiper.ch\/*", "https:\/\/*.auto-swiper.ch\/*", "https:\/\/payment.auto-swiper.ch\/*", "https:\/\/tinder.com\/*", "https:\/\/*.tinder.com\/*", "https:\/\/bumble.com\/app\/*", "https:\/\/*.bumble.com\/app\/*", "https:\/\/lovoo.com\/*", "https:\/\/*.lovoo.com\/*", "https:\/\/okcupid.com\/*", "https:\/\/*.okcupid.com\/*", "https:\/\/badoo.com\/*", "https:\/\/*.badoo.com\/*", "https:\/\/pof.com\/*", "https:\/\/*.pof.com\/*", "https:\/\/zoosk.com\/*", "https:\/\/*.zoosk.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S", "windows": "Alt+Shift+S", "mac": "Alt+Shift+S" } } } } |