iTunes Preview Player

Want to listen to iTunes previews without having iTunes installed? This is for you.

Cos'è iTunes Preview Player?

iTunes Preview Player è un'estensione di Chrome sviluppata da thiagobbt, e la sua funzione principale è "Want to listen to iTunes previews without having iTunes installed? This is for you.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iTunes Preview Player

Scarica i file di estensione iTunes Preview Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Want to listen to iTunes previews without having iTunes installed? This is for you.                    

Informazioni di Base sull'Estensione

Nome iTunes Preview Player iTunes Preview Player
ID palmdpiephigbbghebiffdcilobkggab
URL Ufficiale https://chromewebstore.google.com/detail/itunes-preview-player/palmdpiephigbbghebiffdcilobkggab
Descrizione Want to listen to iTunes previews without having iTunes installed? This is for you.
Dimensione del File 96.76 KB
Conteggio Installazioni 5,297
Versione Corrente 0.1.4
Ultimo Aggiornamento 2014-09-04
Data di Pubblicazione 2014-09-03
Valutazione 3.95/5 Totale 112 Valutazioni
Sviluppatore thiagobbt
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}