NetEaseMusicWorld+

Unlock NetEase Music for World

NetEaseMusicWorld+란 무엇입니까?

NetEaseMusicWorld+은(는) nondanee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlock NetEase Music for World"입니다.

확장 프로그램 스크린샷

screenshot

NetEaseMusicWorld+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 NetEaseMusicWorld+ NetEaseMusicWorld+
ID pjcgkmiglhiambjngnljkdpoggonlnfe
공식 URL https://chromewebstore.google.com/detail/neteasemusicworld+/pjcgkmiglhiambjngnljkdpoggonlnfe
설명 Unlock NetEase Music for World
파일 크기 22.01 KB
설치 횟수 43,021
현재 버전 0.0.5
최근 업데이트 2019-06-01
출시 날짜 2019-05-31
평점 4.86/5 총 179 개의 평점
개발자 nondanee
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nondanee/NetEaseMusicWorldPlus
도움말 페이지 URL https://github.com/nondanee/NetEaseMusicWorldPlus/issues
지원되는 언어 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"
}