MP3 Downloader

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

Cos'è MP3 Downloader?

MP3 Downloader è un'estensione di Chrome sviluppata da x-Games.net, e la sua funzione principale è "Download mp3 music tracks from websites via MP3 Downloader in one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MP3 Downloader

Scarica i file di estensione MP3 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

                        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.                    

Informazioni di Base sull'Estensione

Nome MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
URL Ufficiale https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Descrizione Download mp3 music tracks from websites via MP3 Downloader in one click.
Dimensione del File 107 KB
Conteggio Installazioni 9,242
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-11-16
Data di Pubblicazione 2020-11-16
Valutazione 2.70/5 Totale 10 Valutazioni
Sviluppatore x-Games.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.x-games.net/privacy.html
Lingue Supportate 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"
    ]
}