What song is playing?
Lets you know what song Pandora is playing every time a new song comes on
Was ist What song is playing??
What song is playing? ist eine Chrome-Erweiterung, die von mike.roof entwickelt wurde, und ihr Hauptmerkmal ist "Lets you know what song Pandora is playing every time a new song comes on".
Erweiterungsscreenshots
What song is playing?-Erweiterungs-CRX-Datei herunterladen
Laden Sie What song is playing?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nnhebjkcjcpmihcklocpkdekkggniopf |
Offizielle URL | https://chrome.google.com/webstore/detail/what-song-is-playing/nnhebjkcjcpmihcklocpkdekkggniopf |
Beschreibung | Lets you know what song Pandora is playing every time a new song comes on |
Dateigröße | 42.84 KB |
Installationsanzahl | 123 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-09-23 |
Veröffentlichungsdatum | 2012-09-23 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | mike.roof |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |