Autopilot for Tinder

Don't waste time swiping. Autopilot will do it for you.

ما هو Autopilot for Tinder؟

Autopilot for Tinder هو إضافة Chrome تم تطويرها بواسطة Autopilot Team، والميزة الرئيسية لها هي "Don't waste time swiping. Autopilot will do it for you.".

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

تحميل ملف CRX للإضافة Autopilot for Tinder

قم بتنزيل ملفات الامتداد Autopilot for Tinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        How it works?

1. Install extension
2. Go to www.tinder.com
3. You will see button in the left top corner
4. Turn it ON
5. It will swipe RIGHT every photo for you
6. Once you receive MATCH a random GIF will be sent automatically for you

Have fun!                    

معلومات أساسية عن التمديد

الاسم Autopilot for Tinder Autopilot for Tinder
ID ckbomlknmandimdddbaakmflbjnibcai
عنوان URL الرسمي https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai
الوصف Don't waste time swiping. Autopilot will do it for you.
حجم الملف 556 KB
عدد التثبيتات 1,457
النسخة الحالية 0.0.0.4
آخر تحديث 2018-07-22
تاريخ النشر 2018-07-22
تقييم 3.64/5 مجموع تقييمات 11
المطور Autopilot Team
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autopilot for Tinder",
    "description": "Don't waste time swiping. Autopilot will do it for you.",
    "version": "0.0.0.4",
    "author": "Tinder Autopilot",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}