Swiperino

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

ما هو Swiperino؟

Swiperino هو إضافة Chrome تم تطويرها بواسطة https://swiperino.com، والميزة الرئيسية لها هي "Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Swiperino

قم بتنزيل ملفات الامتداد Swiperino بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 Swiperino
ID mkgakaokochjdcogfimmodejhnbhgpnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/swiperino/mkgakaokochjdcogfimmodejhnbhgpnb
الوصف Tinder Auto Swiper | Tinder Auto Liker | Tinder Swipe Right | Tinder Chat | Tinder Date
حجم الملف 367 KB
عدد التثبيتات 6,413
النسخة الحالية 5.2.0
آخر تحديث 2023-11-02
تاريخ النشر 2020-06-23
تقييم 3.45/5 مجموع تقييمات 60
المطور https://swiperino.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://swiperino.com
عنوان صفحة المساعدة https://swiperino.com/help
عنوان صفحة سياسة الخصوصية 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",
    "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"
    }
}