Pandora Extended
See the details of the current song playing on Pandora
O que é Pandora Extended?
Pandora Extended é uma extensão do Chrome desenvolvida por antoine.pourchet, e sua principal característica é "See the details of the current song playing on Pandora".
Baixar o arquivo CRX da Extensão Pandora Extended
Baixe arquivos de extensão Pandora Extended no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | dpicphkahifagehhebkafnpffcnohcli |
URL Oficial | https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli |
Descrição | See the details of the current song playing on Pandora |
Tamanho do Arquivo | 122 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.2 |
Última Atualização | 2014-08-30 |
Data de Publicação | 2014-08-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | antoine.pourchet |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |