MP3 Downloader

MP3 Downloader app downloads mp3 music from websites.

Was ist MP3 Downloader?

MP3 Downloader ist eine Chrome-Erweiterung, die von MP3 Tools entwickelt wurde, und ihr Hauptmerkmal ist "MP3 Downloader app downloads mp3 music from websites.".

Erweiterungsscreenshots

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 can download music tracks in mp3 format from most websites. 

Instructions:
- Click to icon on the current page for display popup.
- In the popup is showing mp3 files from current page. 
- Click to downloading one song or download all files. 
- You can playing mp3 in popup.

Notice:
MP3 Downloader is not responsible for media content which you download. We recommended to check media copyright permissions. Download of Youtube m3p to HDD is is intentionally locked.                    

Grundlegende Informationen zur Erweiterung

Name MP3 Downloader MP3 Downloader
ID dklpoegflpcjifjkecojebbpahjmakgp
Offizielle URL https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp
Beschreibung MP3 Downloader app downloads mp3 music from websites.
Dateigröße 110 KB
Installationsanzahl 1,000
Aktuelle Version 1.0
Letztes Update 2023-10-02
Veröffentlichungsdatum 2023-10-01
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler MP3 Tools
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "MP3 Downloader",
    "description": "MP3 Downloader app downloads mp3 music from websites.",
    "permissions": [
        "downloads",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}