Pandora Bar Button
Play/Pause Pandora from the Toolbar
Qu'est-ce que Pandora Bar Button ?
Pandora Bar Button est une extension Chrome développée par Middy, et sa fonction principale est "Play/Pause Pandora from the Toolbar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pandora Bar Button
Téléchargez les fichiers d'extension Pandora Bar Button 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
Adds a minimalist play/pause button to the Chrome toolbar. This is a minimalist extension. It will: * Launch Pandora if there is not already a tab present * Play or Pause Pandora when clicked * Update its visual appearance to reflect Pandora's state (playing or paused.) It will not: * Download music * Skip/Thumb-up/Thumb-down tracks * Use more resources than necessary * Require more permissions than necessary This app was based on the extension "Play / Pause Pandora Tab" by pedroestrada.me. Available on Github at https://github.com/nettlep/chrome-ext-PlayPausePandora
Informations de Base sur l'Extension
Nom | |
ID | clnpfgoalebpfdojhhmoiapafcgiaajo |
URL Officiel | https://chrome.google.com/webstore/detail/pandora-bar-button/clnpfgoalebpfdojhhmoiapafcgiaajo |
Description | Play/Pause Pandora from the Toolbar |
Taille du Fichier | 21.33 KB |
Nombre d'Installations | 200 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-02-14 |
Date de Publication | 2017-02-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Middy |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "action-play.png" }, "content_scripts": [ { "js": [ "pppandora.js" ], "matches": [ "*:\/\/*.pandora.com\/*" ], "run_at": "document_end" } ], "description": "Play\/Pause Pandora from the Toolbar", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "Pandora Bar Button", "permissions": [ "tabs", "webNavigation", "http:\/\/*.pandora.com\/", "https:\/\/*.pandora.com\/" ], "version": "1.0.0" } |