Wii Shop Music

Plays Wii Shop music on webshops

Vad är Wii Shop Music?

Wii Shop Music är en Chrome-tillägg utvecklad av Nioxed, och dess huvudfunktion är "Plays Wii Shop music on webshops".

Tilläggsskärmbilder

screenshot

Ladda ner Wii Shop Music-förlängningens CRX-fil

Ladda ner Wii Shop Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Music (c) Nintendo                    

Grundläggande Information om Tillägg

Namn Wii Shop Music Wii Shop Music
ID paonpfjcoippijaopchkhcicpkdihbhl
Officiell webbadress https://chrome.google.com/webstore/detail/wii-shop-music/paonpfjcoippijaopchkhcicpkdihbhl
Beskrivning Plays Wii Shop music on webshops
Filstorlek 133 KB
Antal Installationer 263
Aktuell Version 0.0.1
Senast Uppdaterad 2017-07-06
Publiceringsdatum 2017-07-06
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare Nioxed
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}