Auto Date Liker

This extension is use to start auto like on Tinder, Bumble and OKCupid

Auto Date Liker क्या है?

Auto Date Liker http://frankdating.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is use to start auto like on Tinder, Bumble and OKCupid"।

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

screenshot
screenshot
screenshot

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

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

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

                        All three dating apps auto like at one place 😻.
Features :
1. Tinder ✌️ - Tinder auto like comes with custom interval likes (by default 300ms).
2. Bumble 🤞 - Bumble auto like comes with custom interval likes (by default 300ms).
2. Happn 🤞 - Happn auto like comes with custom interval likes (by default 1000ms).
3. Okcupid 🤟 - Okcupid auto like does more than just liking profile, It gives you flexibility to add your own intro message. (default pick-up line will be sent if message input is empty).

New Updates : 
1. Added Happn auto like support                    

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

नाम Auto Date Liker Auto Date Liker
ID epbgmgeiekbemgmnhngpmefkdchajakn
आधिकारिक URL https://chrome.google.com/webstore/detail/auto-date-liker/epbgmgeiekbemgmnhngpmefkdchajakn
विवरण This extension is use to start auto like on Tinder, Bumble and OKCupid
फ़ाइल का आकार 60.23 KB
स्थापना संख्या 501
वर्तमान संस्करण 3.0
अंतिम अपडेट 2023-03-04
प्रकाशन तिथि 2020-05-06
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर http://frankdating.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://frankdating.com
सहायता पृष्ठ URL https://frankdating.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Date Liker",
    "version": "3.0",
    "description": "This extension is use to start auto like on Tinder, Bumble and OKCupid",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Date Liker",
        "default_icon": "icon.png"
    }
}