Pandora Player
A more integrated way of enjoying pandora.
Qu'est-ce que Pandora Player ?
Pandora Player est une extension Chrome développée par WebMech, et sa fonction principale est "A more integrated way of enjoying pandora.".
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 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
Informations de Base sur l'Extension
Nom | |
ID | pdkmfpaepcjiffojdgagnbdhebkojmib |
URL Officiel | https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib |
Description | A more integrated way of enjoying pandora. |
Taille du Fichier | 173 KB |
Nombre d'Installations | 492 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2014-08-03 |
Date de Publication | 2014-08-03 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | WebMech |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |