Pandora Player
Pandora Player
Qu'est-ce que Pandora Player ?
Pandora Player est une extension Chrome développée par Marios Evripidou, et sa fonction principale est "Pandora Player".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pandora Player
Téléchargez les fichiers d'extension Pandora Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | almcdlklkojfjfbgbnkfcmfabldnofda |
URL Officiel | https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda |
Description | Pandora Player |
Taille du Fichier | 72.96 KB |
Nombre d'Installations | 68,694 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2021-03-22 |
Date de Publication | 2021-03-19 |
Évaluation | 4.33/5 Total 286 Évaluations |
Développeur | Marios Evripidou |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://marios.evripidou.me |
Langues Prises en Charge | 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" } } |