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…

Hvad er grumpify?

grumpify er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Udvidelsesskærmbilleder

screenshot

Download grumpify-udvidelses-CRX-fil

Download grumpify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
Officiel URL https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Beskrivelse type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Filstørrelse 133 KB
Antal Installationer 189
Nuværende Version 0.1
Senest Opdateret 2017-05-12
Udgivelsesdato 2017-05-12
Bedømmelse 3.33/5 Samlet 9 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    }
}