Wii Shop Channel Music

Plays the Wii Shop theme when you visit shopping websites.

Wii Shop Channel Musicとは何ですか?

Wii Shop Channel MusicはCorbin Davenportによって開発されたChromeの拡張機能で、その主な機能は「Plays the Wii Shop theme when you visit shopping websites.」です。

拡張機能のスクリーンショット

screenshot

Wii Shop Channel Music拡張機能のCRXファイルをダウンロード

Wii Shop Channel Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a browser extension that plays the Wii Shop Channel theme in the background when you visit a shopping website. You can also select the music from the 3DS eShop, DSi Shop, Wii Shop Banner/Home, Wii U eShop, Mii Channel (Wii or 3DS), Coconut Mall, and the "Wii Shop Wednesday" song from Nirvana The Band The Show.

The extension only requires two permissions: Tabs, to check the URL of the currently-active tab, and Notifications, to show a message after the extension is installed.

This extension is not developed by, or affiliated with, Nintendo in any way. The rights for all included music belongs to Nintendo, with the exception of "Wii Shop Wednesday", which is from Nirvana The Band The Show.

The source code is available on GitHub: https://github.com/corbindavenport/wii-shop-extension                    

拡張機能の基本情報

名前 Wii Shop Channel Music Wii Shop Channel Music
ID camjnljbmplngaalikoefoibonimfhkd
公式URL https://chromewebstore.google.com/detail/wii-shop-channel-music/camjnljbmplngaalikoefoibonimfhkd
説明 Plays the Wii Shop theme when you visit shopping websites.
ファイルサイズ 24.9 MB
インストール数 13,407
現在のバージョン 2.3
最終更新日 2022-10-24
公開日 2020-09-06
評価 4.87/5 合計 76 レビュー
開発者 Corbin Davenport
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/corbindavenport/wii-shop-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wii Shop Channel Music",
    "version": "2.3",
    "author": "Corbin Davenport",
    "description": "Plays the Wii Shop theme when you visit shopping websites.",
    "homepage_url": "https:\/\/github.com\/corbindavenport\/wii-shop-extension",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "settings.html?source=action",
        "default_title": "Wii Shop Channel Music"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{b759835c-7b19-4d3b-9c1a-c9aff4370beb}"
        }
    }
}