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