Pandora Extended

See the details of the current song playing on Pandora

Co je Pandora Extended?

Pandora Extended je rozšíření Chrome vyvinuté antoine.pourchet, a jeho hlavní funkcí je „See the details of the current song playing on Pandora“.

Stáhnout soubor CRX rozšíření Pandora Extended

Stáhněte si soubory rozšíření Pandora Extended ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
Oficiální URL https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Popis See the details of the current song playing on Pandora
Velikost souboru 122 KB
Počet instalací 22
Aktuální Verze 0.2
Poslední Aktualizace 2014-08-30
Datum Vydání 2014-08-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář antoine.pourchet
Typ Platby free
Podporované Jazyky 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
}