Free Music Downloader

Download your favorite music tracks in just one click.

Was ist Free Music Downloader?

Free Music Downloader ist eine Chrome-Erweiterung, die von bborbelyjanos93 entwickelt wurde, und ihr Hauptmerkmal ist "Download your favorite music tracks in just one click.".

Erweiterungsscreenshots

screenshot

Free Music Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Free Music Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Free Music Downloader Free Music Downloader
ID ibpboldhkpiinelofbbohaeabdelaapa
Offizielle URL https://chrome.google.com/webstore/detail/music-downloader-for-vk/ibpboldhkpiinelofbbohaeabdelaapa
Beschreibung Download your favorite music tracks in just one click.
Dateigröße 210 KB
Installationsanzahl 44,178
Aktuelle Version 2.0
Letztes Update 2022-01-20
Veröffentlichungsdatum 2022-01-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler bborbelyjanos93
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://spotiload.com/privacy.html
Unterstützte Sprachen 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"
    ]
}