Grooveshark Germany unlocker

Erlaubt es Grooveshark von Deutschland aus zu verwenden

Grooveshark Germany unlocker क्या है?

Grooveshark Germany unlocker f.thomale द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Erlaubt es Grooveshark von Deutschland aus zu verwenden"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grooveshark Germany unlocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Grooveshark Germany unlocker Grooveshark Germany unlocker
ID ejcnhmeicafddjdaeecddemnhnomiaai
आधिकारिक URL https://chrome.google.com/webstore/detail/grooveshark-germany-unloc/ejcnhmeicafddjdaeecddemnhnomiaai
विवरण Erlaubt es Grooveshark von Deutschland aus zu verwenden
फ़ाइल का आकार 13.76 KB
स्थापना संख्या 2,068
वर्तमान संस्करण 2.4.2
अंतिम अपडेट 2013-11-07
प्रकाशन तिथि 2013-11-07
रेटिंग 3.90/5 कुल 105 रेटिंग्स
डेवलपर f.thomale
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}