NetEaseMusicWorld+

Unlock NetEase Music for World

Wat is NetEaseMusicWorld+?

NetEaseMusicWorld+ is een Chrome-extensie ontwikkeld door nondanee, en de belangrijkste functie is "Unlock NetEase Music for World".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NetEaseMusicWorld+

Download NetEaseMusicWorld+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fork from: https://github.com/acgotaku/NetEaseMusicWorld
Source: https://github.com/nondanee/NetEaseMusicWorldPlus

Just install this extension to your browser, no need to edit hosts file.
Please email me or create an issue in the Github repository if you meet any problem.

P.S. This is just a web extension, so it only focus on web service. Maybe it gives you a surprise in desktop/mobile app, but I can not guarantee that.                    

Basisinformatie over de Extensie

Naam NetEaseMusicWorld+ NetEaseMusicWorld+
ID pjcgkmiglhiambjngnljkdpoggonlnfe
Officiële URL https://chromewebstore.google.com/detail/neteasemusicworld+/pjcgkmiglhiambjngnljkdpoggonlnfe
Beschrijving Unlock NetEase Music for World
Bestandsgrootte 22.01 KB
Aantal Installaties 43,021
Huidige Versie 0.0.5
Laatst Bijgewerkt 2019-06-01
Publicatiedatum 2019-05-31
Beoordeling 4.86/5 Totaal 179 Beoordelingen
Ontwikkelaar nondanee
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nondanee/NetEaseMusicWorldPlus
Help Pagina-URL https://github.com/nondanee/NetEaseMusicWorldPlus/issues
Ondersteunde Talen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/music.163.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": [],
    "manifest_version": 2,
    "permissions": [
        "*:\/\/music.163.com\/",
        "*:\/\/*.music.126.net\/",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "name": "__MSG_name__",
    "author": "nondanee",
    "version": "0.0.5"
}