Automatic Swiper

This is an automatic swiper!!!

ما هو Automatic Swiper؟

Automatic Swiper هو إضافة Chrome تم تطويرها بواسطة rugby.yujiro، والميزة الرئيسية لها هي "This is an automatic swiper!!!".

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

screenshot

تحميل ملف CRX للإضافة Automatic Swiper

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

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

                        Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work.                    

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

الاسم Automatic Swiper Automatic Swiper
ID ahjbfbnfkaaoljpnienmfbgkjanfdgmj
عنوان URL الرسمي https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj
الوصف This is an automatic swiper!!!
حجم الملف 3.62 KB
عدد التثبيتات 50
النسخة الحالية 1.0.0
آخر تحديث 2019-08-10
تاريخ النشر 2019-08-10
تقييم 2.00/5 مجموع تقييمات 1
المطور rugby.yujiro
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatic Swiper",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is an automatic swiper!!!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}