Auto Liker for 🔥

Automatically Swipes For You.

Auto Liker for 🔥 क्या है?

Auto Liker for 🔥 A & P द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically Swipes For You."।

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

screenshot

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

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

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

                        ⭐ Tinder Auto Liker That Automatically Swipes For you ⭐

Easy To Use:

1.) Just go to Tinder.com on your desktop 
2.) Click on our fire 🔥extension icon
3.) Click 'Start' and it will automatically start swiping right 
4.) Click 'Stop' if you want to stop it from swiping right
5.) Slide the speed bar or enter in your desired swipe per second

Features:
1 - Easy To Use. 
2 - Swipes Right On Everyone.
3 - 'Start' & 'Stop' Button
4 - Sliding Speed Bar.

Install Auto Liker for 🔥and start swiping today!


Important Notes :
- This app is NOT affiliated with or endorsed by Tinder, Inc.                    

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

नाम Auto Liker for 🔥 Auto Liker for 🔥
ID kigkkoaookbdloeellianbgcniajfbob
आधिकारिक URL https://chromewebstore.google.com/detail/auto-liker-for-%F0%9F%94%A5/kigkkoaookbdloeellianbgcniajfbob
विवरण Automatically Swipes For You.
फ़ाइल का आकार 83 KB
स्थापना संख्या 1,404
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-07-07
प्रकाशन तिथि 2021-07-07
रेटिंग 4.00/5 कुल 14 रेटिंग्स
डेवलपर A & P
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Liker for \ud83d\udd25",
    "description": "Automatically Swipes For You.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Auto Liker for \ud83d\udd25",
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "156": "icons\/icon156.png",
        "196": "icons\/icon196.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tinder.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}