Dafuq?

Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…

ما هو Dafuq?؟

Dafuq? هو إضافة Chrome تم تطويرها بواسطة marl.clyde، والميزة الرئيسية لها هي "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

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

screenshot

تحميل ملف CRX للإضافة Dafuq?

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

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

                        Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. 
Warning: Very bright and fast flashing of colors.                    

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

الاسم Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
عنوان URL الرسمي https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
الوصف Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
حجم الملف 55.74 KB
عدد التثبيتات 16
النسخة الحالية 0.2
آخر تحديث 2015-10-28
تاريخ النشر 2015-10-28
تقييم 5.00/5 مجموع تقييمات 2
المطور marl.clyde
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dafuq?",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "css": [
                "font-awesome.min.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Tornado.png"
    }
}