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"
    }
}