GrooveControl for Grooveshark

Control your songs playback from any window.

Co to jest GrooveControl for Grooveshark?

GrooveControl for Grooveshark to rozszerzenie Chrome opracowane przez Adauto Leite Neto, a jego główną funkcją jest „Control your songs playback from any window.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GrooveControl for Grooveshark

Pobierz pliki rozszerzeń GrooveControl for Grooveshark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa GrooveControl for Grooveshark GrooveControl for Grooveshark
ID fejapieahmlbaiijccemmhgijkfjomnd
Oficjalny URL https://chromewebstore.google.com/detail/groovecontrol-for-grooves/fejapieahmlbaiijccemmhgijkfjomnd
Opis Control your songs playback from any window.
Rozmiar pliku 577 KB
Liczba instalacji 79
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2012-07-04
Data Publikacji 2012-07-04
Ocena 1.89/5 Łącznie 9 Oceny
Deweloper Adauto Leite Neto
Typ Płatności free
Obsługiwane Języki 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"
    }
}