MP3 Downloader

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

Was ist MP3 Downloader?

MP3 Downloader ist eine Chrome-Erweiterung, die von x-Games.net entwickelt wurde, und ihr Hauptmerkmal ist "Download mp3 music tracks from websites via MP3 Downloader in one click.".

Erweiterungsscreenshots

screenshot
screenshot

MP3 Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie MP3 Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
Offizielle URL https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Beschreibung Download mp3 music tracks from websites via MP3 Downloader in one click.
Dateigröße 107 KB
Installationsanzahl 9,242
Aktuelle Version 1.0.0
Letztes Update 2020-11-16
Veröffentlichungsdatum 2020-11-16
Bewertung 2.70/5 Insgesamt 10 Bewertungen
Entwickler x-Games.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.x-games.net/privacy.html
Unterstützte Sprachen 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"
    ]
}