NetEaseMusicWorld+

Unlock NetEase Music for World

What is NetEaseMusicWorld+?

NetEaseMusicWorld+ is a Chrome extension developed by nondanee, and its main feature is "Unlock NetEase Music for World".

Extension Screenshots

screenshot

Download NetEaseMusicWorld+ Extension CRX File

Download NetEaseMusicWorld+ 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

                        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.                    

Extension Basic Information

Name NetEaseMusicWorld+ NetEaseMusicWorld+
ID pjcgkmiglhiambjngnljkdpoggonlnfe
Official URL https://chromewebstore.google.com/detail/neteasemusicworld+/pjcgkmiglhiambjngnljkdpoggonlnfe
Description Unlock NetEase Music for World
File Size 22.01 KB
Installation Count 43,021
Current Version 0.0.5
Last Updated 2019-06-01
Publish Date 2019-05-31
Rating 4.86/5 Total 179 Ratings
Developer nondanee
Email [email protected]
Payment Type free
Extension Website https://github.com/nondanee/NetEaseMusicWorldPlus
Help Page URL https://github.com/nondanee/NetEaseMusicWorldPlus/issues
Supported Languages 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"
}