Musica
Simple app to download your favorite music
什么是Musica?
Musica是由Z.E.K开发的Chrome扩展程序,该扩展的主要功能是“Simple app to download your favorite music”。
扩展截图
下载Musica扩展crx文件
下载Musica扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Downloading songs has never been easier!
With Musica's mobile-like interface your favorite songs are easy to find and install on your computer. 扩展基本信息
| 名称 | |
| ID | nelklinoajfblccjokadcagladfhommg |
| 官方URL | https://chromewebstore.google.com/detail/musica/nelklinoajfblccjokadcagladfhommg |
| 简介 | Simple app to download your favorite music |
| 文件大小 | 1.11 MB |
| 安装次数 | 790 |
| 当前版本 | 1.6 |
| 更新时间 | 2014-11-11 |
| 上架时间 | 2014-11-11 |
| 评分 | 4.14/5 共7次评分 |
| 开发者 | Z.E.K |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Musica",
"description": "Simple app to download your favorite music",
"version": "1.6",
"manifest_version": 2,
"permissions": [
"downloads"
],
"browser_action": {
"default_icon": {
"19": "img\/musica-19.png",
"38": "img\/musica-38.png"
},
"default_popup": "index.html"
}
} | |