Pandora Extended

See the details of the current song playing on Pandora

Co to jest Pandora Extended?

Pandora Extended to rozszerzenie Chrome opracowane przez antoine.pourchet, a jego główną funkcją jest „See the details of the current song playing on Pandora”.

Pobierz plik CRX rozszerzenia Pandora Extended

Pobierz pliki rozszerzeń Pandora Extended w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
Oficjalny URL https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Opis See the details of the current song playing on Pandora
Rozmiar pliku 122 KB
Liczba instalacji 22
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-08-30
Data Publikacji 2014-08-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper antoine.pourchet
Typ Płatności free
Obsługiwane Języki 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
}