Pandora Extended

See the details of the current song playing on Pandora

Wat is Pandora Extended?

Pandora Extended is een Chrome-extensie ontwikkeld door antoine.pourchet, en de belangrijkste functie is "See the details of the current song playing on Pandora".

Download het CRX-bestand van de extensie Pandora Extended

Download Pandora Extended-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

                                            

Basisinformatie over de Extensie

Naam Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
Officiële URL https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Beschrijving See the details of the current song playing on Pandora
Bestandsgrootte 122 KB
Aantal Installaties 22
Huidige Versie 0.2
Laatst Bijgewerkt 2014-08-30
Publicatiedatum 2014-08-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar antoine.pourchet
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora Extended",
    "description": "See the details of the current song playing on Pandora",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "See the details of the current song playing on Pandora",
        "default_title": "Check what's playing",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}