MP3 Downloader

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

Co to jest MP3 Downloader?

MP3 Downloader to rozszerzenie Chrome opracowane przez x-Games.net, a jego główną funkcją jest „Download mp3 music tracks from websites via MP3 Downloader in one click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia MP3 Downloader

Pobierz pliki rozszerzeń MP3 Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
Oficjalny URL https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Opis Download mp3 music tracks from websites via MP3 Downloader in one click.
Rozmiar pliku 107 KB
Liczba instalacji 9,242
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-11-16
Data Publikacji 2020-11-16
Ocena 2.70/5 Łącznie 10 Oceny
Deweloper x-Games.net
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.x-games.net/privacy.html
Obsługiwane Języki 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"
    ]
}