Wii Shop Channel Music
Plays the Wii Shop theme when you visit shopping websites.
Wii Shop Channel Music क्या है?
Wii Shop Channel Music Corbin Davenport द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays the Wii Shop theme when you visit shopping websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wii Shop Channel Music एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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}" } } } |