MP3 Downloader

Download mp3 music tracks from websites via MP3 Downloader in one click.

什么是MP3 Downloader?

MP3 Downloader是由x-Games.net开发的Chrome扩展程序,该扩展的主要功能是“Download mp3 music tracks from websites via MP3 Downloader in one click.”。

扩展截图

screenshot
screenshot

下载MP3 Downloader扩展crx文件

下载MP3 Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MP3 Downloader allows comfortably and fast download mp3 music tracks from websites in just one click.
 
You click on the icon of the extension in your browser. MP3 files will display to you from current website and you can begin download the music tracks to your hard drive. You can play the song before downloading. 

This MP3 Downloader is not responsible for media content which you download. You should check media copyright permissions on website.                    

扩展基本信息

名称 MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
官方URL https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
简介 Download mp3 music tracks from websites via MP3 Downloader in one click.
文件大小 107 KB
安装次数 9,242
当前版本 1.0.0
更新时间 2020-11-16
上架时间 2020-11-16
评分 2.70/5 共10次评分
开发者 x-Games.net
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.x-games.net/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "MP3 Downloader",
    "description": "Download mp3 music tracks from websites via MP3 Downloader in one click.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}