Wii Shop Music

Plays Wii Shop music on webshops

What is Wii Shop Music?

Wii Shop Music is a Chrome extension developed by Nioxed, and its main feature is "Plays Wii Shop music on webshops".

Extension Screenshots

screenshot

Download Wii Shop Music Extension CRX File

Download Wii Shop Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Music (c) Nintendo                    

Extension Basic Information

Name Wii Shop Music Wii Shop Music
ID paonpfjcoippijaopchkhcicpkdihbhl
Official URL https://chrome.google.com/webstore/detail/wii-shop-music/paonpfjcoippijaopchkhcicpkdihbhl
Description Plays Wii Shop music on webshops
File Size 133 KB
Installation Count 263
Current Version 0.0.1
Last Updated 2017-07-06
Publish Date 2017-07-06
Rating 2.60/5 Total 5 Ratings
Developer Nioxed
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}