Swiperella
Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.
Swiperella क्या है?
Swiperella Swiperella द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Swiperella एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Swiperella - Tinder Assistant Introducing Swiperella, the ultimate Tinder Extension that takes you to the next level! With Swiperella, you can sit back and relax while the bot automatically swipes right on potential matches for you. Say goodbye to the endless hours of swiping left and right - let Swiperella do the work for you! But that's not all - Swiperella also offers the ability to send automatic messages to your matches, making the conversation process effortless. You can write four messages, and Swiperella will automatically send it out when a match is made. With this feature you will be the fastest writer ever! Try Swiperella 48 hours for free. Support: https://swiperella.com/contact/
एक्सटेंशन की मूल जानकारी
नाम | Swiperella |
ID | pihaknbeijjddmfgdgepcjoebhhcmamh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/swiperella/pihaknbeijjddmfgdgepcjoebhhcmamh |
विवरण | Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game. |
फ़ाइल का आकार | 72.98 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-05-14 |
प्रकाशन तिथि | 2023-05-14 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | Swiperella |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://swiperella.com |
सहायता पृष्ठ URL | https://swiperella.com/data-protection-policy/ |
गोपनीयता नीति पृष्ठ URL | https://swiperella.com/data-protection-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Swiperella", "version": "1.0.0", "description": "Tinder Auto Swiper | Tinder Auto Liker | Swiperella extension to enhance Tinder game.", "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/tinder.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Swiperella", "default_icon": "images\/128.png" } } |