Pandora Player
Pandora Player
Cos'è Pandora Player?
Pandora Player è un'estensione di Chrome sviluppata da Marios Evripidou, e la sua funzione principale è "Pandora Player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pandora Player
Scarica i file di estensione Pandora Player 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
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/
Informazioni di Base sull'Estensione
Nome | |
ID | almcdlklkojfjfbgbnkfcmfabldnofda |
URL Ufficiale | https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda |
Descrizione | Pandora Player |
Dimensione del File | 72.96 KB |
Conteggio Installazioni | 68,694 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2021-03-22 |
Data di Pubblicazione | 2021-03-19 |
Valutazione | 4.33/5 Totale 286 Valutazioni |
Sviluppatore | Marios Evripidou |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://marios.evripidou.me |
Lingue Supportate | 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" } } |