Free Music Downloader

Download your favorite music tracks in just one click.

Cos'è Free Music Downloader?

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

Screenshot dell'Estensione

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

                        This extension helps to download your music on Vk.com Russian social network.

During download it saves the original name of the soundtrack.

Vk music downloader is a free to use extension. It has no ads. The code is open and not obfuscated.


This is not an official extension. All trademarks of Vk.com are reserved to Mail.ru Group                    

Informazioni di Base sull'Estensione

Nome Free Music Downloader Free Music Downloader
ID ibpboldhkpiinelofbbohaeabdelaapa
URL Ufficiale https://chrome.google.com/webstore/detail/music-downloader-for-vk/ibpboldhkpiinelofbbohaeabdelaapa
Descrizione Download your favorite music tracks in just one click.
Dimensione del File 210 KB
Conteggio Installazioni 44,178
Versione Corrente 2.0
Ultimo Aggiornamento 2022-01-20
Data di Pubblicazione 2022-01-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore bborbelyjanos93
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__",
    "browser_action": {
        "default_icon": "images\/64.png",
        "default_title": "Music-downloader",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "manifest_version": 2,
    "version": "2.0",
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "cookies",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/bsdc.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery-3.6.0.min.js",
                "js\/content.js",
                "js\/libs\/flac.js",
                "js\/libs\/md5.min.js",
                "js\/libs\/aes-ecb.js",
                "js\/libs\/blowfish.js",
                "js\/libs\/id3Writer.js"
            ],
            "css": [
                "css\/sb.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/libs\/repostBlocker.js",
        "images\/SDC-tooltip.png"
    ]
}