Grooveshark Germany unlocker
Erlaubt es Grooveshark von Deutschland aus zu verwenden
What is Grooveshark Germany unlocker?
Grooveshark Germany unlocker is a Chrome extension developed by f.thomale, and its main feature is "Erlaubt es Grooveshark von Deutschland aus zu verwenden".
Extension Screenshots
Download Grooveshark Germany unlocker Extension CRX File
Download Grooveshark Germany unlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ejcnhmeicafddjdaeecddemnhnomiaai |
Official URL | https://chrome.google.com/webstore/detail/grooveshark-germany-unloc/ejcnhmeicafddjdaeecddemnhnomiaai |
Description | Erlaubt es Grooveshark von Deutschland aus zu verwenden |
File Size | 13.76 KB |
Installation Count | 2,068 |
Current Version | 2.4.2 |
Last Updated | 2013-11-07 |
Publish Date | 2013-11-07 |
Rating | 3.90/5 Total 105 Ratings |
Developer | f.thomale |
Payment Type | free |
Supported Languages | 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" ] } ] } |