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…

What is grumpify?

grumpify is a Chrome extension developed by Unknown, and its main feature 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…".

Extension Screenshots

screenshot

Download grumpify Extension CRX File

Download grumpify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
Official URL https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Description type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
File Size 133 KB
Installation Count 189
Current Version 0.1
Last Updated 2017-05-12
Publish Date 2017-05-12
Rating 3.33/5 Total 9 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}