iTunes Preview Player

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

Wat is iTunes Preview Player?

iTunes Preview Player is een Chrome-extensie ontwikkeld door thiagobbt, en de belangrijkste functie is "Want to listen to iTunes previews without having iTunes installed? This is for you.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iTunes Preview Player

Download iTunes Preview Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam iTunes Preview Player iTunes Preview Player
ID palmdpiephigbbghebiffdcilobkggab
Officiële URL https://chromewebstore.google.com/detail/itunes-preview-player/palmdpiephigbbghebiffdcilobkggab
Beschrijving Want to listen to iTunes previews without having iTunes installed? This is for you.
Bestandsgrootte 96.76 KB
Aantal Installaties 5,297
Huidige Versie 0.1.4
Laatst Bijgewerkt 2014-09-04
Publicatiedatum 2014-09-03
Beoordeling 3.95/5 Totaal 112 Beoordelingen
Ontwikkelaar thiagobbt
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}