Pandora Player
Pandora Player
O que é Pandora Player?
Pandora Player é uma extensão do Chrome desenvolvida por Marios Evripidou, e sua principal característica é "Pandora Player".
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 Internet Radio (also known as Pandora Radio or simply Pandora) is a music streaming and automated music recommendation service that serves as "custodian" of the Music Genome Project. The service plays musical selections of a certain genre based on the user's artist selection. The user then provides positive or negative feedback for songs chosen by the service, which are taken into account when Pandora selects future songs. Pandora Player provides a shortcut which opens the Pandora website in a new border-less window as shown on the screenshot. It's simple, minimalistic and fast. Disclaimer: "Pandora Player" is not affiliated with pandora.com You can access the source code at: https://bitbucket.org/mariosevripidou/
Informações Básicas da Extensão
Nome | |
ID | almcdlklkojfjfbgbnkfcmfabldnofda |
URL Oficial | https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda |
Descrição | Pandora Player |
Tamanho do Arquivo | 72.96 KB |
Contagem de Instalações | 68,694 |
Versão Atual | 2.0 |
Última Atualização | 2021-03-22 |
Data de Publicação | 2021-03-19 |
Classificação | 4.33/5 Total de 286 Avaliações |
Desenvolvedor | Marios Evripidou |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://marios.evripidou.me |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Player", "version": "2.0", "description": "Pandora Player", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Pandora player", "default_icon": "icon.png" } } |