Plug.dj - Auto woot

Auto clicks Woot every minute.

ما هو Plug.dj - Auto woot؟

Plug.dj - Auto woot هو إضافة Chrome تم تطويرها بواسطة Magn0053، والميزة الرئيسية لها هي "Auto clicks Woot every minute.".

تحميل ملف CRX للإضافة Plug.dj - Auto woot

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

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

                        Auto clicks "Woot" every minute only on Plug.dj.                    

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

الاسم Plug.dj - Auto woot Plug.dj - Auto woot
ID bbpafoopoikgejcodncajpolojegjega
عنوان URL الرسمي https://chrome.google.com/webstore/detail/plugdj-auto-woot/bbpafoopoikgejcodncajpolojegjega
الوصف Auto clicks Woot every minute.
حجم الملف 82.49 KB
عدد التثبيتات 41
النسخة الحالية 1.1
آخر تحديث 2017-07-15
تاريخ النشر 2017-07-15
تقييم 2.33/5 مجموع تقييمات 3
المطور Magn0053
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plug.dj - Auto woot",
    "description": "Auto clicks Woot every minute.",
    "manifest_version": 2,
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.plug.dj\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.plug.dj\/*"
    ]
}