grumpify

type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…

O que é grumpify?

grumpify é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão grumpify

Baixe arquivos de extensão grumpify 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

                        type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. 

This is a chrome extension that replaces all images on current page to grumpy meow gif.

*Note: the developer doesn't own any right to images used in this extension, they are from all over the internet to spread Love for grumpy meow:) If you are owner of any image, please contact the developer and it will be removed right away.                    

Informações Básicas da Extensão

Nome grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
URL Oficial https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Descrição type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Tamanho do Arquivo 133 KB
Contagem de Instalações 189
Versão Atual 0.1
Última Atualização 2017-05-12
Data de Publicação 2017-05-12
Classificação 3.33/5 Total de 9 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "grumpify",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "grumpy.png"
    }
}