Swipe you only

This extension swipe everyone to RIGHT.

ما هو Swipe you only؟

Swipe you only هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension swipe everyone to RIGHT.".

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

screenshot

تحميل ملف CRX للإضافة Swipe you only

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

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

                        Swipe everyone to Right in Tinder.

Just visit https://tinder.com/app/recs,  and your browser will start to swipe automatically, instead of you.

Enjoy your love life!!!                    

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

الاسم Swipe you only Swipe you only
ID ppflkhdihjnjjffbmhidinhfhkdonpbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd
الوصف This extension swipe everyone to RIGHT.
حجم الملف 3.67 KB
عدد التثبيتات 106
النسخة الحالية 1.2
آخر تحديث 2019-05-11
تاريخ النشر 2019-05-10
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swipe you only",
    "description": "This extension swipe everyone to RIGHT.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs"
            ],
            "js": [
                "common.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/tinder.com\/app\/recs"
    ]
}