iTunes Preview Player
Want to listen to iTunes previews without having iTunes installed? This is for you.
What is iTunes Preview Player?
iTunes Preview Player is a Chrome extension developed by thiagobbt, and its main feature is "Want to listen to iTunes previews without having iTunes installed? This is for you.".
Extension Screenshots
Download iTunes Preview Player Extension CRX File
Download iTunes Preview Player 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
Want to listen to iTunes previews without having iTunes installed? This is for you.
Extension Basic Information
Name | iTunes Preview Player |
ID | palmdpiephigbbghebiffdcilobkggab |
Official URL | https://chromewebstore.google.com/detail/itunes-preview-player/palmdpiephigbbghebiffdcilobkggab |
Description | Want to listen to iTunes previews without having iTunes installed? This is for you. |
File Size | 96.76 KB |
Installation Count | 5,297 |
Current Version | 0.1.4 |
Last Updated | 2014-09-04 |
Publish Date | 2014-09-03 |
Rating | 3.95/5 Total 112 Ratings |
Developer | thiagobbt |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iTunes Preview Player", "version": "0.1.4", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/bootstrap.min.js", "js\/playlist.js", "js\/iTunes.js" ], "css": [ "css\/bootstrap.min.css", "css\/custom-bootstrap.css", "css\/playlist.css" ], "matches": [ "https:\/\/itunes.apple.com\/*\/album\/*", "http:\/\/itunes.apple.com\/*\/album\/*" ], "run_at": "document_end" } ] } |