Dafuq?

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

¿Qué es Dafuq??

Dafuq? es una extensión de Chrome desarrollada por marl.clyde, y su función principal es "Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dafuq?

Descarga archivos de extensión Dafuq? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
URL Oficial https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Descripción Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Tamaño del Archivo 55.74 KB
Cantidad de Instalaciones 16
Versión Actual 0.2
Última Actualización 2015-10-28
Fecha de Publicación 2015-10-28
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador marl.clyde
Tipo de Pago free
Idiomas Soportados 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"
    }
}