Music Downloader
Free download MP3 music from sites where you can listen to it.
Co to jest Music Downloader?
Music Downloader to rozszerzenie Chrome opracowane przez axenova, a jego główną funkcją jest „Free download MP3 music from sites where you can listen to it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Music Downloader
Pobierz pliki rozszerzeń Music 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
Extension allows you to download music to the computer that you listen to on the Internet, in the formats MP3, MP4, WAV, OGG. Very easy to use. Works safely in incognito mode.
Podstawowe informacje o rozszerzeniu
Nazwa | Music Downloader |
ID | iempladfkphdpimdljfckjlmgklmdchc |
Oficjalny URL | https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc |
Opis | Free download MP3 music from sites where you can listen to it. |
Rozmiar pliku | 85.03 KB |
Liczba instalacji | 48,016 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2017-08-21 |
Data Publikacji | 2017-08-20 |
Ocena | 3.43/5 Łącznie 128 Oceny |
Deweloper | axenova |
Typ Płatności | free |
Obsługiwane Języki | de,en,fr,tr,es,it,sv,ru,uk,ja |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "music-downloader", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "description": "__MSG_ext_description__", "default_locale": "en", "permissions": [ "webRequest", "tabs", "downloads", "*:\/\/*\/*" ], "background": { "scripts": [ "bg.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "main.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "icons\/128.png" } } |