Dafuq?

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

What is Dafuq??

Dafuq? is a Chrome extension developed by marl.clyde, and its main feature is "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

Extension Screenshots

screenshot

Download Dafuq? Extension CRX File

Download Dafuq? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
Official URL https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Description Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
File Size 55.74 KB
Installation Count 16
Current Version 0.2
Last Updated 2015-10-28
Publish Date 2015-10-28
Rating 5.00/5 Total 2 Ratings
Developer marl.clyde
Payment Type free
Supported Languages 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"
    }
}