Wii Shop Music

Plays Wii Shop music on webshops

Wii Shop Musicとは何ですか?

Wii Shop MusicはNioxedによって開発されたChromeの拡張機能で、その主な機能は「Plays Wii Shop music on webshops」です。

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

screenshot

Wii Shop Music拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Plays the wii shop theme whenever it thinks you are on a webshop

Music (c) Nintendo                    

拡張機能の基本情報

名前 Wii Shop Music Wii Shop Music
ID paonpfjcoippijaopchkhcicpkdihbhl
公式URL https://chrome.google.com/webstore/detail/wii-shop-music/paonpfjcoippijaopchkhcicpkdihbhl
説明 Plays Wii Shop music on webshops
ファイルサイズ 133 KB
インストール数 263
現在のバージョン 0.0.1
最終更新日 2017-07-06
公開日 2017-07-06
評価 2.60/5 合計 5 レビュー
開発者 Nioxed
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wii Shop Music",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Plays Wii Shop music on webshops",
    "homepage_url": "http:\/\/nioxed.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*google*",
                "*bing*",
                "*yahoo*",
                "*duckduckgo*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}