Pandora Extended

See the details of the current song playing on Pandora

Was ist Pandora Extended?

Pandora Extended ist eine Chrome-Erweiterung, die von antoine.pourchet entwickelt wurde, und ihr Hauptmerkmal ist "See the details of the current song playing on Pandora".

Pandora Extended-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pandora Extended-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
Offizielle URL https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Beschreibung See the details of the current song playing on Pandora
Dateigröße 122 KB
Installationsanzahl 22
Aktuelle Version 0.2
Letztes Update 2014-08-30
Veröffentlichungsdatum 2014-08-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler antoine.pourchet
Zahlungsart free
Unterstützte Sprachen 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
}