VK music downloader

The extension for music download from VK.com

Was ist VK music downloader?

VK music downloader ist eine Chrome-Erweiterung, die von https://vk-downloader.vkdownload.xyz entwickelt wurde, und ihr Hauptmerkmal ist "The extension for music download from VK.com".

Erweiterungsscreenshots

screenshot
screenshot

VK music downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie VK 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.
You can download all playlists and groups of songs at once.

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 VK music downloader VK music downloader
ID bgmpjmdignpongmfjpgaikghaajeidid
Offizielle URL https://chromewebstore.google.com/detail/vk-music-downloader/bgmpjmdignpongmfjpgaikghaajeidid
Beschreibung The extension for music download from VK.com
Dateigröße 173 KB
Installationsanzahl 572,028
Aktuelle Version 1.0.0.17
Letztes Update 2024-02-04
Veröffentlichungsdatum 2021-05-17
Bewertung 3.96/5 Insgesamt 481 Bewertungen
Entwickler https://vk-downloader.vkdownload.xyz
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://bit.ly/3NmZfNy
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/superagent.js",
            "js\/hls.min.js",
            "js\/bg.js",
            "js\/proxy\/Proxy.js",
            "js\/proxy\/ProxyInit_chrome.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/vk.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "ru",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        "storage",
        "proxy",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.17",
    "web_accessible_resources": [
        "images\/i-icons.gif",
        "images\/loader.gif"
    ]
}