Dafuq?

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

O que é Dafuq??

Dafuq? é uma extensão do Chrome desenvolvida por marl.clyde, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dafuq?

Baixe arquivos de extensão Dafuq? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dafuq? Dafuq?
ID npllpjholbbgcjnjelgdnkgghocgpgje
URL Oficial https://chromewebstore.google.com/detail/dafuq/npllpjholbbgcjnjelgdnkgghocgpgje
Descrição Quickly randomize color of every element on a webpage and invert text shown on it, spin all the things. Warning: Very bright and…
Tamanho do Arquivo 55.74 KB
Contagem de Instalações 16
Versão Atual 0.2
Última Atualização 2015-10-28
Data de Publicação 2015-10-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor marl.clyde
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}