MP3 Downloader
MP3 Downloader app downloads mp3 music from websites.
Cos'è MP3 Downloader?
MP3 Downloader è un'estensione di Chrome sviluppata da MP3 Tools, e la sua funzione principale è "MP3 Downloader app downloads mp3 music from websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MP3 Downloader
Scarica i file di estensione MP3 Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MP3 Downloader |
ID | dklpoegflpcjifjkecojebbpahjmakgp |
URL Ufficiale | https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp |
Descrizione | MP3 Downloader app downloads mp3 music from websites. |
Dimensione del File | 110 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-10-02 |
Data di Pubblicazione | 2023-10-01 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | MP3 Tools |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |