Wii Shop Music

Plays Wii Shop music on webshops

Qu'est-ce que Wii Shop Music ?

Wii Shop Music est une extension Chrome développée par Nioxed, et sa fonction principale est "Plays Wii Shop music on webshops".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wii Shop Music

Téléchargez les fichiers d'extension Wii Shop Music au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Music (c) Nintendo                    

Informations de Base sur l'Extension

Nom Wii Shop Music Wii Shop Music
ID paonpfjcoippijaopchkhcicpkdihbhl
URL Officiel https://chrome.google.com/webstore/detail/wii-shop-music/paonpfjcoippijaopchkhcicpkdihbhl
Description Plays Wii Shop music on webshops
Taille du Fichier 133 KB
Nombre d'Installations 263
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-07-06
Date de Publication 2017-07-06
Évaluation 2.60/5 Total 5 Évaluations
Développeur Nioxed
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}