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…

Wat is grumpify?

grumpify is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie grumpify

Download grumpify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
Officiële URL https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Beschrijving type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Bestandsgrootte 133 KB
Aantal Installaties 189
Huidige Versie 0.1
Laatst Bijgewerkt 2017-05-12
Publicatiedatum 2017-05-12
Beoordeling 3.33/5 Totaal 9 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    }
}