iTunes Preview Player
Want to listen to iTunes previews without having iTunes installed? This is for you.
Co je iTunes Preview Player?
iTunes Preview Player je rozšíření Chrome vyvinuté thiagobbt, a jeho hlavní funkcí je „Want to listen to iTunes previews without having iTunes installed? This is for you.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření iTunes Preview Player
Stáhněte si soubory rozšíření iTunes Preview Player ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Want to listen to iTunes previews without having iTunes installed? This is for you.
Základní Informace o Rozšíření
Název | iTunes Preview Player |
ID | palmdpiephigbbghebiffdcilobkggab |
Oficiální URL | https://chromewebstore.google.com/detail/itunes-preview-player/palmdpiephigbbghebiffdcilobkggab |
Popis | Want to listen to iTunes previews without having iTunes installed? This is for you. |
Velikost souboru | 96.76 KB |
Počet instalací | 5,297 |
Aktuální Verze | 0.1.4 |
Poslední Aktualizace | 2014-09-04 |
Datum Vydání | 2014-09-03 |
Hodnocení | 3.95/5 Celkem 112 Hodnocení |
Vývojář | thiagobbt |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |