Music Downloader

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

Cos'è Music Downloader?

Music Downloader è un'estensione di Chrome sviluppata da axenova, e la sua funzione principale è "Free download MP3 music from sites where you can listen to it.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Music Downloader

Scarica i file di estensione Music Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
URL Ufficiale https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
Descrizione Free download MP3 music from sites where you can listen to it.
Dimensione del File 85.03 KB
Conteggio Installazioni 48,016
Versione Corrente 2.1
Ultimo Aggiornamento 2017-08-21
Data di Pubblicazione 2017-08-20
Valutazione 3.43/5 Totale 128 Valutazioni
Sviluppatore axenova
Tipo di Pagamento free
Lingue Supportate 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"
    }
}