NetEaseMusicWorld+

Unlock NetEase Music for World

NetEaseMusicWorld+ là gì?

NetEaseMusicWorld+ là một tiện ích mở rộng Chrome được phát triển bởi nondanee, và tính năng chính của nó là "Unlock NetEase Music for World".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetEaseMusicWorld+

Tải xuống các tệp mở rộng NetEaseMusicWorld+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetEaseMusicWorld+ NetEaseMusicWorld+
ID pjcgkmiglhiambjngnljkdpoggonlnfe
URL Chính Thức https://chromewebstore.google.com/detail/neteasemusicworld+/pjcgkmiglhiambjngnljkdpoggonlnfe
Mô tả Unlock NetEase Music for World
Kích Thước Tệp 22.01 KB
Số Lần Cài Đặt 43,021
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2019-06-01
Ngày Phát Hành 2019-05-31
Đánh Giá 4.86/5 Tổng số 179 Đánh Giá
Nhà Phát Triển nondanee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nondanee/NetEaseMusicWorldPlus
URL Trang Trợ Giúp https://github.com/nondanee/NetEaseMusicWorldPlus/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}