Music Downloader
Free download MP3 music from sites where you can listen to it.
Qu'est-ce que Music Downloader ?
Music Downloader est une extension Chrome développée par axenova, et sa fonction principale est "Free download MP3 music from sites where you can listen to it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Music Downloader
Téléchargez les fichiers d'extension Music Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Music Downloader |
ID | iempladfkphdpimdljfckjlmgklmdchc |
URL Officiel | https://chromewebstore.google.com/detail/music-downloader/iempladfkphdpimdljfckjlmgklmdchc |
Description | Free download MP3 music from sites where you can listen to it. |
Taille du Fichier | 85.03 KB |
Nombre d'Installations | 48,016 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2017-08-21 |
Date de Publication | 2017-08-20 |
Évaluation | 3.43/5 Total 128 Évaluations |
Développeur | axenova |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |