MP3 Downloader
MP3 Downloader app downloads mp3 music from websites.
Qu'est-ce que MP3 Downloader ?
MP3 Downloader est une extension Chrome développée par MP3 Tools, et sa fonction principale est "MP3 Downloader app downloads mp3 music from websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MP3 Downloader
Téléchargez les fichiers d'extension MP3 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
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.
Informations de Base sur l'Extension
Nom | MP3 Downloader |
ID | dklpoegflpcjifjkecojebbpahjmakgp |
URL Officiel | https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp |
Description | MP3 Downloader app downloads mp3 music from websites. |
Taille du Fichier | 110 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-10-02 |
Date de Publication | 2023-10-01 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | MP3 Tools |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |