GrooveControl for Grooveshark
Control your songs playback from any window.
Qu'est-ce que GrooveControl for Grooveshark ?
GrooveControl for Grooveshark est une extension Chrome développée par Adauto Leite Neto, et sa fonction principale est "Control your songs playback from any window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GrooveControl for Grooveshark
Téléchargez les fichiers d'extension GrooveControl for Grooveshark 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
GrooveControl is a Chrome extension that allows your to control your Grooveshark music playback from any tab or window. Its minimalist look makes it a simple and powerful extension! More info: - Display your current playing song - Play, Pause, Next, Previous buttons - Open Grooveshark page it's not opened. Hope you enjoy!
Informations de Base sur l'Extension
Nom | GrooveControl for Grooveshark |
ID | fejapieahmlbaiijccemmhgijkfjomnd |
URL Officiel | https://chromewebstore.google.com/detail/groovecontrol-for-grooves/fejapieahmlbaiijccemmhgijkfjomnd |
Description | Control your songs playback from any window. |
Taille du Fichier | 577 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2012-07-04 |
Date de Publication | 2012-07-04 |
Évaluation | 1.89/5 Total 9 Évaluations |
Développeur | Adauto Leite Neto |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GrooveControl for Grooveshark", "version": "1.2", "description": "Control your songs playback from any window.", "icons": { "64": "imgs\/icon_64x64.png", "128": "imgs\/icon_128x128.png" }, "permissions": [ "tabs", "http:\/\/grooveshark.com\/*" ], "browser_action": { "default_title": "GrooveControl", "default_icon": "imgs\/icon.png", "default_popup": "popup.html" } } |