Wii Shop Channel Music
Plays the Wii Shop theme when you visit shopping websites.
ما هو Wii Shop Channel Music؟
Wii Shop Channel Music هو إضافة Chrome تم تطويرها بواسطة Corbin Davenport، والميزة الرئيسية لها هي "Plays the Wii Shop theme when you visit shopping websites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wii Shop Channel Music
قم بتنزيل ملفات الامتداد Wii Shop Channel Music بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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}" } } } |