Pandora Extended
See the details of the current song playing on Pandora
Cos'è Pandora Extended?
Pandora Extended è un'estensione di Chrome sviluppata da antoine.pourchet, e la sua funzione principale è "See the details of the current song playing on Pandora".
Scarica il file CRX dell'estensione Pandora Extended
Scarica i file di estensione Pandora Extended in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | dpicphkahifagehhebkafnpffcnohcli |
URL Ufficiale | https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli |
Descrizione | See the details of the current song playing on Pandora |
Dimensione del File | 122 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-08-30 |
Data di Pubblicazione | 2014-08-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | antoine.pourchet |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |