Pandora Extended

See the details of the current song playing on Pandora

Apa itu Pandora Extended?

Pandora Extended adalah ekstensi Chrome yang dikembangkan oleh antoine.pourchet, dan fitur utamanya adalah "See the details of the current song playing on Pandora".

Unduh Berkas CRX Ekstensi Pandora Extended

Unduh file ekstensi Pandora Extended dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
URL Resmi https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Deskripsi See the details of the current song playing on Pandora
Ukuran File 122 KB
Jumlah Instalasi 22
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-08-30
Tanggal Publikasi 2014-08-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang antoine.pourchet
Tipe Pembayaran free
Bahasa yang Didukung 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
}