What song is playing?
Lets you know what song Pandora is playing every time a new song comes on
Wat is What song is playing??
What song is playing? is een Chrome-extensie ontwikkeld door mike.roof, en de belangrijkste functie is "Lets you know what song Pandora is playing every time a new song comes on".
Extensie Screenshots
Download het CRX-bestand van de extensie What song is playing?
Download What song is playing?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nnhebjkcjcpmihcklocpkdekkggniopf |
Officiële URL | https://chrome.google.com/webstore/detail/what-song-is-playing/nnhebjkcjcpmihcklocpkdekkggniopf |
Beschrijving | Lets you know what song Pandora is playing every time a new song comes on |
Bestandsgrootte | 42.84 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-09-23 |
Publicatiedatum | 2012-09-23 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mike.roof |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |