VK music downloader

The extension for music download from VK.com

Qu'est-ce que VK music downloader ?

VK music downloader est une extension Chrome développée par https://vk-downloader.vkdownload.xyz, et sa fonction principale est "The extension for music download from VK.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VK music downloader

Téléchargez les fichiers d'extension VK music downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom VK music downloader VK music downloader
ID bgmpjmdignpongmfjpgaikghaajeidid
URL Officiel https://chromewebstore.google.com/detail/vk-music-downloader/bgmpjmdignpongmfjpgaikghaajeidid
Description The extension for music download from VK.com
Taille du Fichier 173 KB
Nombre d'Installations 572,028
Version Actuelle 1.0.0.17
Dernière Mise à Jour 2024-02-04
Date de Publication 2021-05-17
Évaluation 3.96/5 Total 481 Évaluations
Développeur https://vk-downloader.vkdownload.xyz
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://bit.ly/3NmZfNy
Langues Prises en Charge 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"
    ]
}