MP3 Downloader
MP3 Downloader app downloads mp3 music from websites.
Wat is MP3 Downloader?
MP3 Downloader is een Chrome-extensie ontwikkeld door MP3 Tools, en de belangrijkste functie is "MP3 Downloader app downloads mp3 music from websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie MP3 Downloader
Download MP3 Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | MP3 Downloader |
ID | dklpoegflpcjifjkecojebbpahjmakgp |
Officiële URL | https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp |
Beschrijving | MP3 Downloader app downloads mp3 music from websites. |
Bestandsgrootte | 110 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-10-02 |
Publicatiedatum | 2023-10-01 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | MP3 Tools |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |