NetEaseMusicWorld+
Unlock NetEase Music for World
什么是NetEaseMusicWorld+?
NetEaseMusicWorld+是由nondanee开发的Chrome扩展程序,该扩展的主要功能是“Unlock NetEase Music for World”。
扩展截图
下载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+ |
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" } |