Pandora Bar Button
Play/Pause Pandora from the Toolbar
What is Pandora Bar Button?
Pandora Bar Button is a Chrome extension developed by Middy, and its main feature is "Play/Pause Pandora from the Toolbar".
Extension Screenshots
Download Pandora Bar Button Extension CRX File
Download Pandora Bar Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | clnpfgoalebpfdojhhmoiapafcgiaajo |
Official URL | https://chrome.google.com/webstore/detail/pandora-bar-button/clnpfgoalebpfdojhhmoiapafcgiaajo |
Description | Play/Pause Pandora from the Toolbar |
File Size | 21.33 KB |
Installation Count | 200 |
Current Version | 1.0.0 |
Last Updated | 2017-02-14 |
Publish Date | 2017-02-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Middy |
Payment Type | free |
Supported Languages | 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" } |