Wii Shop Music

Plays Wii Shop music on webshops

Wat is Wii Shop Music?

Wii Shop Music is een Chrome-extensie ontwikkeld door Nioxed, en de belangrijkste functie is "Plays Wii Shop music on webshops".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wii Shop Music

Download Wii Shop Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Music (c) Nintendo                    

Basisinformatie over de Extensie

Naam Wii Shop Music Wii Shop Music
ID paonpfjcoippijaopchkhcicpkdihbhl
Officiële URL https://chrome.google.com/webstore/detail/wii-shop-music/paonpfjcoippijaopchkhcicpkdihbhl
Beschrijving Plays Wii Shop music on webshops
Bestandsgrootte 133 KB
Aantal Installaties 263
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-07-06
Publicatiedatum 2017-07-06
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Nioxed
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}