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 |
官方網址 | 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" } |