MP3 Downloader

MP3 Downloader app downloads mp3 music from websites.

What is MP3 Downloader?

MP3 Downloader is a Chrome extension developed by MP3 Tools, and its main feature is "MP3 Downloader app downloads mp3 music from websites.".

Extension Screenshots

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 can download music tracks in mp3 format from most websites. 

Instructions:
- Click to icon on the current page for display popup.
- In the popup is showing mp3 files from current page. 
- Click to downloading one song or download all files. 
- You can playing mp3 in popup.

Notice:
MP3 Downloader is not responsible for media content which you download. We recommended to check media copyright permissions. Download of Youtube m3p to HDD is is intentionally locked.                    

Extension Basic Information

Name MP3 Downloader MP3 Downloader
ID dklpoegflpcjifjkecojebbpahjmakgp
Official URL https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp
Description MP3 Downloader app downloads mp3 music from websites.
File Size 110 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2023-10-02
Publish Date 2023-10-01
Rating 4.50/5 Total 2 Ratings
Developer MP3 Tools
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "MP3 Downloader",
    "description": "MP3 Downloader app downloads mp3 music from websites.",
    "permissions": [
        "downloads",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}