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?是由marl.clyde開發的Chrome擴展程式,該擴展的主要功能是“Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…”。

擴展截圖

screenshot

下載Dafuq?擴展crx文件

下載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
官方網址 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"
    }
}