Music Downloader
Free download MP3 music from sites where you can listen to it.
Vad är Music Downloader?
Music Downloader är en Chrome-tillägg utvecklad av axenova, och dess huvudfunktion är "Free download MP3 music from sites where you can listen to it.".
Tilläggsskärmbilder
Ladda ner Music Downloader-förlängningens CRX-fil
Ladda ner Music Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Music Downloader |
ID | iempladfkphdpimdljfckjlmgklmdchc |
Officiell webbadress | https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc |
Beskrivning | Free download MP3 music from sites where you can listen to it. |
Filstorlek | 85.03 KB |
Antal Installationer | 48,016 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2017-08-21 |
Publiceringsdatum | 2017-08-20 |
Betyg | 3.43/5 Totalt 128 Betyg |
Utvecklare | axenova |
Betalningssätt | free |
Stödda Språk | 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" } } |