Auto Date Liker

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

ما هو Auto Date Liker؟

Auto Date Liker هو إضافة Chrome تم تطويرها بواسطة http://frankdating.com، والميزة الرئيسية لها هي "This extension is use to start auto like on Tinder, Bumble and OKCupid".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auto Date Liker

قم بتنزيل ملفات الامتداد Auto Date Liker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}