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.”。
扩展截图
下载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 |
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}" } } } |