NetEaseMusicWorld+
Unlock NetEase Music for World
NetEaseMusicWorld+ क्या है?
NetEaseMusicWorld+ nondanee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlock NetEase Music for World"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetEaseMusicWorld+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |