Free Music Downloader

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

Co je Free Music Downloader?

Free Music Downloader je rozšíření Chrome vyvinuté Free Music Downloader, a jeho hlavní funkcí je „Download your favorite music tracks from any websites in just one click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Free Music Downloader

Stáhněte si soubory rozšíření Free Music Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Free Music Downloader Free Music Downloader
ID fooofkcdoobifjhedipnchbegnhbmfdl
Oficiální URL https://chrome.google.com/webstore/detail/free-music-downloader/fooofkcdoobifjhedipnchbegnhbmfdl
Popis Download your favorite music tracks from any websites in just one click.
Velikost souboru 706 KB
Počet instalací 8,000
Aktuální Verze 1.5
Poslední Aktualizace 2021-10-08
Datum Vydání 2021-10-08
Hodnocení 2.00/5 Celkem 17 Hodnocení
Vývojář Free Music Downloader
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://spotiload.com/privacy.html
Podporované Jazyky 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"
}