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…

Co je grumpify?

grumpify je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření grumpify

Stáhněte si soubory rozšíření grumpify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
Oficiální URL https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Popis type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Velikost souboru 133 KB
Počet instalací 189
Aktuální Verze 0.1
Poslední Aktualizace 2017-05-12
Datum Vydání 2017-05-12
Hodnocení 3.33/5 Celkem 9 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}