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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}