MP3 Downloader
Download mp3 files for free instantly in 1 click.
What is MP3 Downloader?
MP3 Downloader is a Chrome extension developed by Vikas Singhal, and its main feature is "Download mp3 files for free instantly in 1 click.".
Extension Screenshots
Download MP3 Downloader Extension CRX File
Download MP3 Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download mp3 files for free instantly in 1 click.
Extension Basic Information
Name | |
ID | ecejmjnbclhgcjkgajjolimbkbchapcb |
Official URL | https://chrome.google.com/webstore/detail/mp3-downloader/ecejmjnbclhgcjkgajjolimbkbchapcb |
Description | Download mp3 files for free instantly in 1 click. |
File Size | 19.69 KB |
Installation Count | 3,000 |
Current Version | 1 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-07 |
Rating | 2.75/5 Total 8 Ratings |
Developer | Vikas Singhal |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.mp3juices.cc/faq/ |
Privacy Policy Page URL | https://www.mycodding.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MP3 Downloader", "manifest_version": 2, "icons": { "192": "192.png", "96": "96.png" }, "version": "1", "content_scripts": [], "browser_action": { "default_title": "MP3 Download", "default_popup": "index.html" }, "permissions": [ "activeTab" ] } |