Monster Hunter Meowstress Image Replacer

Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…

Monster Hunter Meowstress Image Replacerとは何ですか?

Monster Hunter Meowstress Image ReplacerはAlec Chenによって開発されたChromeの拡張機能で、その主な機能は「Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Monster Hunter Meowstress Image Replacer拡張機能のCRXファイルをダウンロード

Monster Hunter Meowstress Image Replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! 

Don't ask why.

Also the images change every second for your epileptic enjoyment! \o/                    

拡張機能の基本情報

名前 Monster Hunter Meowstress Image Replacer Monster Hunter Meowstress Image Replacer
ID pohcnicpibplgpfbakkkpkeblmbbhifh
公式URL https://chromewebstore.google.com/detail/monster-hunter-meowstress/pohcnicpibplgpfbakkkpkeblmbbhifh
説明 Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…
ファイルサイズ 6.31 MB
インストール数 13
現在のバージョン 0.1
最終更新日 2018-08-19
公開日 2018-08-19
評価 5.00/5 合計 1 レビュー
開発者 Alec Chen
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monster Hunter Meowstress Image Replacer",
    "version": "0.1",
    "web_accessible_resources": [
        "nekojo\/*.jpg",
        "nekojo\/*.png",
        "nekojo\/*.PNG"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nekojo.js"
            ]
        }
    ]
}