Free Music Downloader

Download your favorite music tracks from any websites in just one click.

Free Music Downloader क्या है?

Free Music Downloader Free Music Downloader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your favorite music tracks from any websites in just one click."।

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

screenshot
screenshot
screenshot

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

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

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

                        Free Music Downloader help you download music, from most popular music services. So you are free to listen to your favorite tracks anytime and wherever you want, also without an internet connection.

With an easy-to-use and intuitive interface, a huge range of supported sites like Spotify and SoundCloud, Fee Music Downloader will help you add new hits to your music collection.

You only need to click on the icon of the extension in your Chrome browser and within seconds you will begin to download the music tracks to your PC.

Note:
This Free Music Downloader only download music that you’ve already purchased or that’s freely available online. 

This is NOT a Youtube Music Downloader. Due to restrictions of the Chrome Store, download youtube music is not allowed.                    

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

नाम Free Music Downloader Free Music Downloader
ID fooofkcdoobifjhedipnchbegnhbmfdl
आधिकारिक URL https://chrome.google.com/webstore/detail/free-music-downloader/fooofkcdoobifjhedipnchbegnhbmfdl
विवरण Download your favorite music tracks from any websites in just one click.
फ़ाइल का आकार 706 KB
स्थापना संख्या 8,000
वर्तमान संस्करण 1.5
अंतिम अपडेट 2021-10-08
प्रकाशन तिथि 2021-10-08
रेटिंग 2.00/5 कुल 17 रेटिंग्स
डेवलपर Free Music Downloader
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://spotiload.com/privacy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "browser_action": {
        "default_icon": "images\/64.png",
        "default_title": "Music-downloader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/grafy.js",
            "js\/lib\/analytics.js",
            "js\/lib\/jquery-3.1.1.min.js",
            "js\/lib\/tools.js",
            "js\/conf.js",
            "js\/find-music.js",
            "js\/bg\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.min.js",
                "js\/lib\/tools.js",
                "js\/lib\/md5.min.js",
                "js\/conf.js",
                "js\/app.js",
                "js\/find-music.js",
                "js\/pr\/abstr-pr.js",
                "js\/lib\/grafy.js"
            ],
            "css": [
                "styles\/app.css",
                "styles\/sb.css",
                "styles\/content.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/lib\/analytics.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.deezer.com\/*"
            ],
            "js": [
                "js\/pr\/deezer-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.spotify.com\/*"
            ],
            "js": [
                "js\/pr\/spotify-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/my.mail.ru\/*"
            ],
            "js": [
                "js\/pr\/mailru-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.ua\/*"
            ],
            "js": [
                "js\/pr\/yandex-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "js\/pr\/vk-pr.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cont\/content.js",
                "js\/pr\/xx.js",
                "js\/pr\/video-pr.js"
            ],
            "css": [
                "styles\/app.css",
                "styles\/sb.css",
                "styles\/content.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/google-analytics.com; https:\/\/play.google.com; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "version": "1.5"
}