MP3 Downloader

Download mp3 music tracks from websites via MP3 Downloader in one click.

Apa itu MP3 Downloader?

MP3 Downloader adalah ekstensi Chrome yang dikembangkan oleh x-Games.net, dan fitur utamanya adalah "Download mp3 music tracks from websites via MP3 Downloader in one click.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi MP3 Downloader

Unduh file ekstensi MP3 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

                        MP3 Downloader allows comfortably and fast download mp3 music tracks from websites in just one click.
 
You click on the icon of the extension in your browser. MP3 files will display to you from current website and you can begin download the music tracks to your hard drive. You can play the song before downloading. 

This MP3 Downloader is not responsible for media content which you download. You should check media copyright permissions on website.                    

Informasi Dasar Ekstensi

Nama MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
URL Resmi https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Deskripsi Download mp3 music tracks from websites via MP3 Downloader in one click.
Ukuran File 107 KB
Jumlah Instalasi 9,242
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-11-16
Tanggal Publikasi 2020-11-16
Penilaian 2.70/5 Total 10 Penilaian
Pengembang x-Games.net
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.x-games.net/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "MP3 Downloader",
    "description": "Download mp3 music tracks from websites via MP3 Downloader in one click.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}