NetEaseMusicWorld+
Unlock NetEase Music for World
Hvad er NetEaseMusicWorld+?
NetEaseMusicWorld+ er en Chrome-udvidelse udviklet af nondanee, og dens hovedfunktion er "Unlock NetEase Music for World".
Udvidelsesskærmbilleder
Download NetEaseMusicWorld+-udvidelses-CRX-fil
Download NetEaseMusicWorld+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | NetEaseMusicWorld+ |
ID | pjcgkmiglhiambjngnljkdpoggonlnfe |
Officiel URL | https://chromewebstore.google.com/detail/neteasemusicworld+/pjcgkmiglhiambjngnljkdpoggonlnfe |
Beskrivelse | Unlock NetEase Music for World |
Filstørrelse | 22.01 KB |
Antal Installationer | 43,021 |
Nuværende Version | 0.0.5 |
Senest Opdateret | 2019-06-01 |
Udgivelsesdato | 2019-05-31 |
Bedømmelse | 4.86/5 Samlet 179 Bedømmelser |
Udvikler | nondanee |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nondanee/NetEaseMusicWorldPlus |
Hjælpeside-URL | https://github.com/nondanee/NetEaseMusicWorldPlus/issues |
Understøttede Sprog | 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" } |