Free Music Downloader

Free Music Downloader - Download videos/audios in MP3, MP4, webm, ... and more.

Free Music Downloader क्या है?

Free Music Downloader frank.shockley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free Music Downloader - Download videos/audios in MP3, MP4, webm, ... and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Free Music Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        --- Main Features ---
✅ Enable audio downloads from any website
✅ Enable video downloads from any website
✅ Facilitate the download of HLS (m3u8) streaming videos
✅ Facilitate the download of DASH (mpd) streaming videos

--- How to download? ---
- Go and play a video
- Open the Free Music Downloader extension menu and press download button
- Save Enjoy High Quality videos
Note: 
Some web pages may require you to start playing the video first to assist the video downloader in locating it.

With this extension tool, you can save any online videos from your favorite websites.
No more delays to watch videos online, the evolution of downloaders has come, this extension will become your favorite video saver.

Want to download HLS(m3u8) or Dash(mpd), try it.


The extension is very easy to use. You only need to click on the icon of the extension in your Chrome browser and within seconds you will begin to download the video to your PC, the extension is completely free, safe, fast and easy to add to chrome browser.

We sincerely hope you find our Music Downloader useful! We welcome your feedback and ratings, and especially appreciate any suggestions you may have for improving its functionality.



[!] This is NOT a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies this extension can not save Youtube Videos.                    

एक्सटेंशन की मूल जानकारी

नाम Free Music Downloader Free Music Downloader
ID eaoehmpaiecpkjibbjjgmmpkeibcgomb
आधिकारिक URL https://chromewebstore.google.com/detail/free-music-downloader/eaoehmpaiecpkjibbjjgmmpkeibcgomb
विवरण Free Music Downloader - Download videos/audios in MP3, MP4, webm, ... and more.
फ़ाइल का आकार 10.55 MB
स्थापना संख्या 35,589
वर्तमान संस्करण 2.9.0
अंतिम अपडेट 2024-03-03
प्रकाशन तिथि 2020-08-03
रेटिंग 3.52/5 कुल 33 रेटिंग्स
डेवलपर frank.shockley
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://musicdownload.zone
सहायता पृष्ठ URL https://musicdownload.zone/faq
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/music-download-ext/privacy
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "bg-release.js"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "64": "images\/logo.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/common.js",
                "js\/common1.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected\/*.js",
                "css\/video-js.min.css",
                "js\/player.js",
                "js\/core.js",
                "js\/core.wasm",
                "js\/worker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "storage",
        "downloads",
        "declarativeNetRequest",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.0"
}