Pandora Player
A more integrated way of enjoying pandora.
O que é Pandora Player?
Pandora Player é uma extensão do Chrome desenvolvida por WebMech, e sua principal característica é "A more integrated way of enjoying pandora.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pandora Player
Baixe arquivos de extensão Pandora Player 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
Pandora Player is a neat little widget that lets you control and listen to Pandora from your browser. It includes everything you need to listen to and enjoy Pandora without the need to have the yet another extra tab open. Features: - Play, Pause, Like, Skip your Pandora songs. - Switch Playlists
Informações Básicas da Extensão
Nome | |
ID | pdkmfpaepcjiffojdgagnbdhebkojmib |
URL Oficial | https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib |
Descrição | A more integrated way of enjoying pandora. |
Tamanho do Arquivo | 173 KB |
Contagem de Instalações | 492 |
Versão Atual | 1.2.3 |
Última Atualização | 2014-08-03 |
Data de Publicação | 2014-08-03 |
Classificação | 3.00/5 Total de 3 Avaliações |
Desenvolvedor | WebMech |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Player", "description": "A more integrated way of enjoying pandora.", "version": "1.2.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.pandora.com\/*", "webNavigation", "tabs", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/pandora.com; object-src 'self' https:\/\/pandora.com", "content_scripts": [ { "matches": [ "*:\/\/*.pandora.com\/", "*:\/\/*.pandora.com\/account\/sign-in", "*:\/\/*.pandora.com\/station\/play\/*" ], "js": [ "js\/lib\/jquery.js", "js\/app\/pandora.js" ], "all_frames": true } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "index.html" } } |