Wii Shop Music

Plays Wii Shop music on webshops

Hvad er Wii Shop Music?

Wii Shop Music er en Chrome-udvidelse udviklet af Nioxed, og dens hovedfunktion er "Plays Wii Shop music on webshops".

Udvidelsesskærmbilleder

screenshot

Download Wii Shop Music-udvidelses-CRX-fil

Download Wii Shop Music-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Music (c) Nintendo                    

Grundlæggende oplysninger om udvidelsen

Navn Wii Shop Music Wii Shop Music
ID paonpfjcoippijaopchkhcicpkdihbhl
Officiel URL https://chrome.google.com/webstore/detail/wii-shop-music/paonpfjcoippijaopchkhcicpkdihbhl
Beskrivelse Plays Wii Shop music on webshops
Filstørrelse 133 KB
Antal Installationer 263
Nuværende Version 0.0.1
Senest Opdateret 2017-07-06
Udgivelsesdato 2017-07-06
Bedømmelse 2.60/5 Samlet 5 Bedømmelser
Udvikler Nioxed
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}