Music Downloader
Free download MP3 music from sites where you can listen to it.
什么是Music Downloader?
Music Downloader是由axenova开发的Chrome扩展程序,该扩展的主要功能是“Free download MP3 music from sites where you can listen to it.”。
扩展截图
下载Music Downloader扩展crx文件
下载Music Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension allows you to download music to the computer that you listen to on the Internet, in the formats MP3, MP4, WAV, OGG. Very easy to use. Works safely in incognito mode.
扩展基本信息
名称 | Music Downloader |
ID | iempladfkphdpimdljfckjlmgklmdchc |
官方URL | https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc |
简介 | Free download MP3 music from sites where you can listen to it. |
文件大小 | 85.03 KB |
安装次数 | 48,016 |
当前版本 | 2.1 |
更新时间 | 2017-08-21 |
上架时间 | 2017-08-20 |
评分 | 3.43/5 共128次评分 |
开发者 | axenova |
付费类型 | free |
支持的语言 | de,en,fr,tr,es,it,sv,ru,uk,ja |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "music-downloader", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "description": "__MSG_ext_description__", "default_locale": "en", "permissions": [ "webRequest", "tabs", "downloads", "*:\/\/*\/*" ], "background": { "scripts": [ "bg.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "main.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "icons\/128.png" } } |