Free Music Downloader

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

Cos'è Free Music Downloader?

Free Music Downloader è un'estensione di Chrome sviluppata da Free Music Downloader, e la sua funzione principale è "Download your favorite music tracks from any websites in just one click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Free Music Downloader

Scarica i file di estensione Free Music Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Free Music Downloader Free Music Downloader
ID fooofkcdoobifjhedipnchbegnhbmfdl
URL Ufficiale https://chrome.google.com/webstore/detail/free-music-downloader/fooofkcdoobifjhedipnchbegnhbmfdl
Descrizione Download your favorite music tracks from any websites in just one click.
Dimensione del File 706 KB
Conteggio Installazioni 8,000
Versione Corrente 1.5
Ultimo Aggiornamento 2021-10-08
Data di Pubblicazione 2021-10-08
Valutazione 2.00/5 Totale 17 Valutazioni
Sviluppatore Free Music Downloader
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://spotiload.com/privacy.html
Lingue Supportate 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"
}