Dafuq?

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

Co je Dafuq??

Dafuq? je rozšíření Chrome vyvinuté marl.clyde, a jeho hlavní funkcí je „Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Dafuq?

Stáhněte si soubory rozšíření Dafuq? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
Oficiální URL https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Popis Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Velikost souboru 55.74 KB
Počet instalací 16
Aktuální Verze 0.2
Poslední Aktualizace 2015-10-28
Datum Vydání 2015-10-28
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář marl.clyde
Typ Platby free
Podporované Jazyky 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"
    }
}