Music Downloader

Free download MP3 music from sites where you can listen to it.

What is Music Downloader?

Music Downloader is a Chrome extension developed by axenova, and its main feature is "Free download MP3 music from sites where you can listen to it.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Music Downloader Extension CRX File

Download Music 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

                        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.                    

Extension Basic Information

Name Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
Official URL https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
Description Free download MP3 music from sites where you can listen to it.
File Size 85.03 KB
Installation Count 48,016
Current Version 2.1
Last Updated 2017-08-21
Publish Date 2017-08-20
Rating 3.43/5 Total 128 Ratings
Developer axenova
Payment Type free
Supported Languages 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"
    }
}