Music Downloader

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

Apa itu Music Downloader?

Music Downloader adalah ekstensi Chrome yang dikembangkan oleh axenova, dan fitur utamanya adalah "Free download MP3 music from sites where you can listen to it.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Music Downloader

Unduh file ekstensi Music Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Music Downloader Music Downloader
ID iempladfkphdpimdljfckjlmgklmdchc
URL Resmi https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc
Deskripsi Free download MP3 music from sites where you can listen to it.
Ukuran File 85.03 KB
Jumlah Instalasi 48,016
Versi Saat Ini 2.1
Terakhir Diperbarui 2017-08-21
Tanggal Publikasi 2017-08-20
Penilaian 3.43/5 Total 128 Penilaian
Pengembang axenova
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}