Pandora Player

A more integrated way of enjoying pandora.

Cos'è Pandora Player?

Pandora Player è un'estensione di Chrome sviluppata da WebMech, e la sua funzione principale è "A more integrated way of enjoying pandora.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pandora Player

Scarica i file di estensione Pandora 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

                        Pandora Player is a neat little widget that lets you control and listen to Pandora from your browser. It includes everything you need to listen to and enjoy Pandora without the need to have the yet another extra tab open.

Features: 
- Play, Pause, Like, Skip your Pandora songs.
- Switch Playlists                    

Informazioni di Base sull'Estensione

Nome Pandora Player Pandora Player
ID pdkmfpaepcjiffojdgagnbdhebkojmib
URL Ufficiale https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib
Descrizione A more integrated way of enjoying pandora.
Dimensione del File 173 KB
Conteggio Installazioni 492
Versione Corrente 1.2.3
Ultimo Aggiornamento 2014-08-03
Data di Pubblicazione 2014-08-03
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore WebMech
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora Player",
    "description": "A more integrated way of enjoying pandora.",
    "version": "1.2.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.pandora.com\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/pandora.com; object-src 'self' https:\/\/pandora.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pandora.com\/",
                "*:\/\/*.pandora.com\/account\/sign-in",
                "*:\/\/*.pandora.com\/station\/play\/*"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/app\/pandora.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "index.html"
    }
}