Dafuq?

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

Cos'è Dafuq??

Dafuq? è un'estensione di Chrome sviluppata da marl.clyde, e la sua funzione principale è "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dafuq?

Scarica i file di estensione Dafuq? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
URL Ufficiale https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Descrizione Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Dimensione del File 55.74 KB
Conteggio Installazioni 16
Versione Corrente 0.2
Ultimo Aggiornamento 2015-10-28
Data di Pubblicazione 2015-10-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore marl.clyde
Tipo di Pagamento free
Lingue Supportate 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"
    }
}