Wii Shop Music for Amazon.com
Auto-plays the Wii Shop music while visiting Amazon.com
What is Wii Shop Music for Amazon.com?
Wii Shop Music for Amazon.com is a Chrome extension developed by Austin, and its main feature is "Auto-plays the Wii Shop music while visiting Amazon.com".
Extension Screenshots
Download Wii Shop Music for Amazon.com Extension CRX File
Download Wii Shop Music for Amazon.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Auto-plays the Wii Shop music while visiting Amazon.com
Extension Basic Information
Name | |
ID | pciclldagfdmnjlmdllohgpkhdkdcpga |
Official URL | https://chrome.google.com/webstore/detail/wii-shop-music-for-amazon/pciclldagfdmnjlmdllohgpkhdkdcpga |
Description | Auto-plays the Wii Shop music while visiting Amazon.com |
File Size | 3.54 MB |
Installation Count | 3,000 |
Current Version | 0.0.3 |
Last Updated | 2017-06-30 |
Publish Date | 2017-06-30 |
Rating | 4.26/5 Total 61 Ratings |
Developer | Austin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wii Shop Music for Amazon.com", "version": "0.0.3", "manifest_version": 2, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": { "128": "icons\/icon128.png" }, "default_title": "Wii Shop Music" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "js": [ "src\/content\/content.js" ] } ], "permissions": [ "tabs", "*:\/\/www.amazon.com\/*" ] } |