MP3 Downloader

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

Wat is MP3 Downloader?

MP3 Downloader is een Chrome-extensie ontwikkeld door x-Games.net, en de belangrijkste functie is "Download mp3 music tracks from websites via MP3 Downloader in one click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MP3 Downloader

Download MP3 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

                        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.                    

Basisinformatie over de Extensie

Naam MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
Officiële URL https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Beschrijving Download mp3 music tracks from websites via MP3 Downloader in one click.
Bestandsgrootte 107 KB
Aantal Installaties 9,242
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-11-16
Publicatiedatum 2020-11-16
Beoordeling 2.70/5 Totaal 10 Beoordelingen
Ontwikkelaar x-Games.net
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.x-games.net/privacy.html
Ondersteunde Talen 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"
    ]
}