Music Preview
Fix Apple Music preview.
What is Music Preview?
Music Preview is a Chrome extension developed by danielsarsi, and its main feature is "Fix Apple Music preview.".
Extension Screenshots
Download Music Preview Extension CRX File
Download Music Preview 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
This extension intercept iTunes/Apple Music links and show a custom, direct, fast and bugless preview of the content. I hate iTunes Preview. CHANGES IN 1.2.0 • Option to open links automatically; • It is possible to open solely the album now.
Extension Basic Information
Name | |
ID | koldlpnelihklakdlllpfimlodeaanda |
Official URL | https://chrome.google.com/webstore/detail/music-preview/koldlpnelihklakdlllpfimlodeaanda |
Description | Fix Apple Music preview. |
File Size | 26.2 KB |
Installation Count | 298 |
Current Version | 1.2.0 |
Last Updated | 2015-12-29 |
Publish Date | 2015-12-29 |
Rating | 4.33/5 Total 3 Ratings |
Developer | danielsarsi |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Preview", "description": "Fix Apple Music preview.", "icons": { "48": "icon48.png", "96": "icon96.png", "144": "icon144.png" }, "version": "1.2.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/itunes.apple.com\/*", "webRequest", "webRequestBlocking", "background", "storage" ], "web_accessible_resources": [ "data\/*" ], "options_ui": { "page": "options\/index.html", "chrome_style": true } } |