What song is playing?
Lets you know what song Pandora is playing every time a new song comes on
What is What song is playing??
What song is playing? is a Chrome extension developed by mike.roof, and its main feature is "Lets you know what song Pandora is playing every time a new song comes on".
Extension Screenshots
Download What song is playing? Extension CRX File
Download What song is playing? 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
For those as lazy as I am: This extension will display (IN BIG TEXT) the current song playing when you visit Pandora.com, so you don't have to get up and walk across the room to look.
Extension Basic Information
Name | |
ID | nnhebjkcjcpmihcklocpkdekkggniopf |
Official URL | https://chrome.google.com/webstore/detail/what-song-is-playing/nnhebjkcjcpmihcklocpkdekkggniopf |
Description | Lets you know what song Pandora is playing every time a new song comes on |
File Size | 42.84 KB |
Installation Count | 123 |
Current Version | 1.0 |
Last Updated | 2012-09-23 |
Publish Date | 2012-09-23 |
Rating | 1.00/5 Total 2 Ratings |
Developer | mike.roof |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "What song is playing?", "version": "1.0", "manifest_version": 2, "description": "Lets you know what song Pandora is playing every time a new song comes on", "browser_action": { "default_icon": "Speaker.png" }, "icons": { "16": "Speaker.png", "48": "Speaker.png", "128": "Speaker.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*" ], "js": [ "jquery.js", "common.js" ] } ] } |