Music Downloader

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

Wat is Music Downloader?

Music Downloader is een Chrome-extensie ontwikkeld door axenova, en de belangrijkste functie is "Free download MP3 music from sites where you can listen to it.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Music Downloader

Download Music Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
Officiële URL https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
Beschrijving Free download MP3 music from sites where you can listen to it.
Bestandsgrootte 85.03 KB
Aantal Installaties 48,016
Huidige Versie 2.1
Laatst Bijgewerkt 2017-08-21
Publicatiedatum 2017-08-20
Beoordeling 3.43/5 Totaal 128 Beoordelingen
Ontwikkelaar axenova
Betalingswijze free
Ondersteunde Talen 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"
    }
}