Pandora Extended
See the details of the current song playing on Pandora
Qu'est-ce que Pandora Extended ?
Pandora Extended est une extension Chrome développée par antoine.pourchet, et sa fonction principale est "See the details of the current song playing on Pandora".
Télécharger le fichier CRX de l'extension Pandora Extended
Téléchargez les fichiers d'extension Pandora Extended 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
Informations de Base sur l'Extension
Nom | |
ID | dpicphkahifagehhebkafnpffcnohcli |
URL Officiel | https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli |
Description | See the details of the current song playing on Pandora |
Taille du Fichier | 122 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2014-08-30 |
Date de Publication | 2014-08-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | antoine.pourchet |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pandora Extended", "description": "See the details of the current song playing on Pandora", "version": "0.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "See the details of the current song playing on Pandora", "default_title": "Check what's playing", "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |