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…

什么是grumpify?

grumpify是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“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

下载grumpify扩展crx文件

下载grumpify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
官方URL https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
简介 type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
文件大小 133 KB
安装次数 189
当前版本 0.1
更新时间 2017-05-12
上架时间 2017-05-12
评分 3.33/5 共9次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    }
}