Wii Shop Music

Plays Wii Shop music on webshops

Cos'è Wii Shop Music?

Wii Shop Music è un'estensione di Chrome sviluppata da Nioxed, e la sua funzione principale è "Plays Wii Shop music on webshops".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wii Shop Music

Scarica i file di estensione Wii Shop Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Music (c) Nintendo                    

Informazioni di Base sull'Estensione

Nome Wii Shop Music Wii Shop Music
ID paonpfjcoippijaopchkhcicpkdihbhl
URL Ufficiale https://chrome.google.com/webstore/detail/wii-shop-music/paonpfjcoippijaopchkhcicpkdihbhl
Descrizione Plays Wii Shop music on webshops
Dimensione del File 133 KB
Conteggio Installazioni 263
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-07-06
Data di Pubblicazione 2017-07-06
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore Nioxed
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}