MP3 Downloader

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

What is MP3 Downloader?

MP3 Downloader is a Chrome extension developed by x-Games.net, and its main feature is "Download mp3 music tracks from websites via MP3 Downloader in one click.".

Extension Screenshots

screenshot
screenshot

Download MP3 Downloader Extension CRX File

Download MP3 Downloader 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

                        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.                    

Extension Basic Information

Name MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
Official URL https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Description Download mp3 music tracks from websites via MP3 Downloader in one click.
File Size 107 KB
Installation Count 9,242
Current Version 1.0.0
Last Updated 2020-11-16
Publish Date 2020-11-16
Rating 2.70/5 Total 10 Ratings
Developer x-Games.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.x-games.net/privacy.html
Supported Languages 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"
    ]
}