Swiperino Max

Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date

Swiperino Max क्या है?

Swiperino Max https://swiperino.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Swiperino Max एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tinder Auto Liker with smart swiping - Swiperino makes your swiping look more human-like as to avoid bans

Custom Geographical location - Planning a trip to Sweden or Greece? Why not start matching ahead of time. This actually changes your location. So it will show that you are actually in whatever location you decide. 

Auto Messaging! When you first match with people you can automatically send a prewritten message!

Routines! Set up when you want Swiperino to automatically start swiping for you!

Our goal is to get you the most out of Tinder and hopefully find that right person you've been looking for.                    

एक्सटेंशन की मूल जानकारी

नाम Swiperino Max Swiperino Max
ID dkpjdenhokmnbkpmdgpkoognocgdhlpk
आधिकारिक URL https://chromewebstore.google.com/detail/swiperino-max/dkpjdenhokmnbkpmdgpkoognocgdhlpk
विवरण Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date
फ़ाइल का आकार 367 KB
स्थापना संख्या 540
वर्तमान संस्करण 5.2.0
अंतिम अपडेट 2023-11-01
प्रकाशन तिथि 2022-11-01
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर https://swiperino.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://swiperino.com
सहायता पृष्ठ URL https://swiperino.com/help
गोपनीयता नीति पृष्ठ URL https://swiperino.com/privacy-policy
समर्थित भाषाएँ de,en,fr,es,it,pl,pt-BR,pt-PT,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swiperino Max",
    "description": "Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date",
    "version": "5.2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/jquery-ui.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/jquery-ui-v1.13.2.min.js",
                "js\/jquery.toast.min.js",
                "translations.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/tinder.com\/*",
                "https:\/\/*.tinder.com\/*",
                "https:\/\/lovoo.com\/*",
                "https:\/\/*.lovoo.com\/*",
                "https:\/\/okcupid.com\/*",
                "https:\/\/*.okcupid.com\/*",
                "https:\/\/pof.com\/*",
                "https:\/\/*.pof.com\/*",
                "https:\/\/zoosk.com\/*",
                "https:\/\/*.zoosk.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/swiperino.com\/*",
        "https:\/\/*.swiperino.com\/*",
        "https:\/\/tinder.com\/*",
        "https:\/\/*.tinder.com\/*",
        "https:\/\/lovoo.com\/*",
        "https:\/\/*.lovoo.com\/*",
        "https:\/\/okcupid.com\/*",
        "https:\/\/*.okcupid.com\/*",
        "https:\/\/pof.com\/*",
        "https:\/\/*.pof.com\/*",
        "https:\/\/zoosk.com\/*",
        "https:\/\/*.zoosk.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "geo.js"
            ],
            "matches": [
                "https:\/\/tinder.com\/*",
                "https:\/\/*.tinder.com\/*",
                "https:\/\/lovoo.com\/*",
                "https:\/\/*.lovoo.com\/*",
                "https:\/\/okcupid.com\/*",
                "https:\/\/*.okcupid.com\/*",
                "https:\/\/pof.com\/*",
                "https:\/\/*.pof.com\/*",
                "https:\/\/zoosk.com\/*",
                "https:\/\/*.zoosk.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    }
}