MP3 Downloader
MP3 Downloader app downloads mp3 music from websites.
Co to jest MP3 Downloader?
MP3 Downloader to rozszerzenie Chrome opracowane przez MP3 Tools, a jego główną funkcją jest „MP3 Downloader app downloads mp3 music from websites.”.
Zrzuty ekranu rozszerzenia
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 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.
Podstawowe informacje o rozszerzeniu
Nazwa | MP3 Downloader |
ID | dklpoegflpcjifjkecojebbpahjmakgp |
Oficjalny URL | https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp |
Opis | MP3 Downloader app downloads mp3 music from websites. |
Rozmiar pliku | 110 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-10-02 |
Data Publikacji | 2023-10-01 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | MP3 Tools |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |