GrooveControl for Grooveshark

Control your songs playback from any window.

Cos'è GrooveControl for Grooveshark?

GrooveControl for Grooveshark è un'estensione di Chrome sviluppata da Adauto Leite Neto, e la sua funzione principale è "Control your songs playback from any window.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GrooveControl for Grooveshark

Scarica i file di estensione GrooveControl for Grooveshark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome GrooveControl for Grooveshark GrooveControl for Grooveshark
ID fejapieahmlbaiijccemmhgijkfjomnd
URL Ufficiale https://chromewebstore.google.com/detail/groovecontrol-for-grooves/fejapieahmlbaiijccemmhgijkfjomnd
Descrizione Control your songs playback from any window.
Dimensione del File 577 KB
Conteggio Installazioni 79
Versione Corrente 1.2
Ultimo Aggiornamento 2012-07-04
Data di Pubblicazione 2012-07-04
Valutazione 1.89/5 Totale 9 Valutazioni
Sviluppatore Adauto Leite Neto
Tipo di Pagamento free
Lingue Supportate 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"
    }
}