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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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}"
        }
    }
}