Pandora Extended

See the details of the current song playing on Pandora

Vad är Pandora Extended?

Pandora Extended är en Chrome-tillägg utvecklad av antoine.pourchet, och dess huvudfunktion är "See the details of the current song playing on Pandora".

Ladda ner Pandora Extended-förlängningens CRX-fil

Ladda ner Pandora Extended-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
Officiell webbadress https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Beskrivning See the details of the current song playing on Pandora
Filstorlek 122 KB
Antal Installationer 22
Aktuell Version 0.2
Senast Uppdaterad 2014-08-30
Publiceringsdatum 2014-08-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare antoine.pourchet
Betalningssätt free
Stödda Språk 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
}