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…

Cos'è grumpify?

grumpify è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione grumpify

Scarica i file di estensione grumpify 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

                        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.                    

Informazioni di Base sull'Estensione

Nome grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
URL Ufficiale https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Descrizione type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Dimensione del File 133 KB
Conteggio Installazioni 189
Versione Corrente 0.1
Ultimo Aggiornamento 2017-05-12
Data di Pubblicazione 2017-05-12
Valutazione 3.33/5 Totale 9 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}