NetEaseMusicWorld+

Unlock NetEase Music for World

NetEaseMusicWorld+とは何ですか?

NetEaseMusicWorld+はnondaneeによって開発されたChromeの拡張機能で、その主な機能は「Unlock NetEase Music for World」です。

拡張機能のスクリーンショット

screenshot

NetEaseMusicWorld+拡張機能のCRXファイルをダウンロード

NetEaseMusicWorld+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}