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
官方網址 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"
    }
}