Netease Cloud Music Search
Add Netease Cloud Music search engine
What is Netease Cloud Music Search?
Netease Cloud Music Search is a Chrome extension developed by https://xianqiao.wang, and its main feature is "Add Netease Cloud Music search engine".
Extension Screenshots
Download Netease Cloud Music Search Extension CRX File
Download Netease Cloud Music Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enter "music" in the address bar and press the tab key to use Netease Cloud Music search engine
Extension Basic Information
Name | Netease Cloud Music Search |
ID | gecpfjjebddfmhjnljndjldddbjdagfl |
Official URL | https://chromewebstore.google.com/detail/netease-cloud-music-searc/gecpfjjebddfmhjnljndjldddbjdagfl |
Description | Add Netease Cloud Music search engine |
File Size | 48.3 KB |
Installation Count | 379 |
Current Version | 0.0.1 |
Last Updated | 2020-09-16 |
Publish Date | 2020-09-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://xianqiao.wang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mantou132/NeteaseCloudMusicSearch |
Help Page URL | https://github.com/mantou132/NeteaseCloudMusicSearch/issues |
Privacy Policy Page URL | https://spotify-lyrics-extension.netlify.app/privacy-policy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netease Cloud Music Search", "version": "0.0.1", "manifest_version": 2, "description": "Add Netease Cloud Music search engine", "omnibox": { "keyword": "music" }, "icons": { "128": "icon_128.png", "640": "icon_640.png" }, "background": { "scripts": [ "background.js" ] } } |