What song is playing?
Lets you know what song Pandora is playing every time a new song comes on
Qu'est-ce que What song is playing? ?
What song is playing? est une extension Chrome développée par mike.roof, et sa fonction principale est "Lets you know what song Pandora is playing every time a new song comes on".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What song is playing?
Téléchargez les fichiers d'extension What song is playing? 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
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.
Informations de Base sur l'Extension
Nom | |
ID | nnhebjkcjcpmihcklocpkdekkggniopf |
URL Officiel | 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 |
Taille du Fichier | 42.84 KB |
Nombre d'Installations | 123 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-09-23 |
Date de Publication | 2012-09-23 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | mike.roof |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |