iTunes Preview Player
Want to listen to iTunes previews without having iTunes installed? This is for you.
Co to jest iTunes Preview Player?
iTunes Preview Player to rozszerzenie Chrome opracowane przez thiagobbt, a jego główną funkcją jest „Want to listen to iTunes previews without having iTunes installed? This is for you.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia iTunes Preview Player
Pobierz pliki rozszerzeń iTunes Preview Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Want to listen to iTunes previews without having iTunes installed? This is for you.
Podstawowe informacje o rozszerzeniu
Nazwa | iTunes Preview Player |
ID | palmdpiephigbbghebiffdcilobkggab |
Oficjalny URL | https://chromewebstore.google.com/detail/itunes-preview-player/palmdpiephigbbghebiffdcilobkggab |
Opis | Want to listen to iTunes previews without having iTunes installed? This is for you. |
Rozmiar pliku | 96.76 KB |
Liczba instalacji | 5,297 |
Aktualna Wersja | 0.1.4 |
Ostatnia Aktualizacja | 2014-09-04 |
Data Publikacji | 2014-09-03 |
Ocena | 3.95/5 Łącznie 112 Oceny |
Deweloper | thiagobbt |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |