Grooveshark Germany unlocker

Erlaubt es Grooveshark von Deutschland aus zu verwenden

Co je Grooveshark Germany unlocker?

Grooveshark Germany unlocker je rozšíření Chrome vyvinuté f.thomale, a jeho hlavní funkcí je „Erlaubt es Grooveshark von Deutschland aus zu verwenden“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Grooveshark Germany unlocker

Stáhněte si soubory rozšíření Grooveshark Germany unlocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Seit Februar 2012 ist das Musikstreaming-Angebot von Grooveshark aufgrund von Differenzen mit der GEMA in Deutschland nicht mehr Verfügbar.

Diese Erweiterung erlaubt es, die Funktionalität dank eines Proxys wieder abrufbar zu machen.

Im Vergleich zu den ähnlichen Erweiterungen benötigt diese, aus Datenschutzgründen nur Zugriff auf die Seiten *.grooveshark.com und nicht auf das gesamte Browserverhalten.

Das Plugin beruht auf Schibum's Grooveshark Germany Unlocker: http://schibum.blogspot.de/2013/05/germany-grooveshark-unlocker-has-been.html

Der Quellcode ist auf Github gehostet: https://github.com/Boman/groove-de                    

Základní Informace o Rozšíření

Název Grooveshark Germany unlocker Grooveshark Germany unlocker
ID ejcnhmeicafddjdaeecddemnhnomiaai
Oficiální URL https://chrome.google.com/webstore/detail/grooveshark-germany-unloc/ejcnhmeicafddjdaeecddemnhnomiaai
Popis Erlaubt es Grooveshark von Deutschland aus zu verwenden
Velikost souboru 13.76 KB
Počet instalací 2,068
Aktuální Verze 2.4.2
Poslední Aktualizace 2013-11-07
Datum Vydání 2013-11-07
Hodnocení 3.90/5 Celkem 105 Hodnocení
Vývojář f.thomale
Typ Platby free
Podporované Jazyky de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grooveshark Germany unlocker",
    "version": "2.4.2",
    "manifest_version": 2,
    "description": "Erlaubt es Grooveshark von Deutschland aus zu verwenden",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "http:\/\/*.grooveshark.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/grooveshark.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ]
}