Netease Cloud Music Search
Add Netease Cloud Music search engine
什么是Netease Cloud Music Search?
Netease Cloud Music Search是由https://xianqiao.wang开发的Chrome扩展程序,该扩展的主要功能是“Add Netease Cloud Music search engine”。
扩展截图
下载Netease Cloud Music Search扩展crx文件
下载Netease Cloud Music Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enter "music" in the address bar and press the tab key to use Netease Cloud Music search engine
扩展基本信息
名称 | Netease Cloud Music Search |
ID | gecpfjjebddfmhjnljndjldddbjdagfl |
官方URL | https://chromewebstore.google.com/detail/netease-cloud-music-searc/gecpfjjebddfmhjnljndjldddbjdagfl |
简介 | Add Netease Cloud Music search engine |
文件大小 | 48.3 KB |
安装次数 | 379 |
当前版本 | 0.0.1 |
更新时间 | 2020-09-16 |
上架时间 | 2020-09-15 |
评分 | 5.00/5 共1次评分 |
开发者 | https://xianqiao.wang |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mantou132/NeteaseCloudMusicSearch |
帮助页面URL | https://github.com/mantou132/NeteaseCloudMusicSearch/issues |
隐私政策页面URL | https://spotify-lyrics-extension.netlify.app/privacy-policy.html |
支持的语言 | 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" ] } } |