Download music from VK

VK Music downloader

什么是Download music from VK?

Download music from VK是由VK Downloader开发的Chrome扩展程序,该扩展的主要功能是“VK Music downloader”。

扩展截图

screenshot

下载Download music from VK扩展crx文件

下载Download music from VK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download music from VK - the extension for downloading music in high quality from the social network VKontakte

Music from VKontakte will be saved with the specified name.Allows you to download tracks one at a time, as well as song selections and playlists. To do this, you can simply click on the “Download All”  button.


The extension code is not obfuscated and open source  and the extension is free.

All rights to VKontakte trademarks belong to Mail.ru Group. This extension is not official.                    

扩展基本信息

名称 Download music from VK Download music from VK
ID dkdfidploofibahgbibfaflonbgfjhkd
官方URL https://chromewebstore.google.com/detail/download-music-from-vk/dkdfidploofibahgbibfaflonbgfjhkd
简介 VK Music downloader
文件大小 175 KB
安装次数 23,613
当前版本 1.0.0.5
更新时间 2023-06-01
上架时间 2022-01-05
评分 3.96/5 共28次评分
开发者 VK Downloader
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://bit.ly/3Gj70le
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/superagent.js",
            "scripts\/hls.min.js",
            "scripts\/app.js",
            "scripts\/proxy\/Proxy.js",
            "scripts\/proxy\/ProxyInit_chrome.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "scripts\/site.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\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        "storage",
        "proxy",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.5",
    "web_accessible_resources": [
        "images\/loader.gif",
        "images\/icon.png"
    ]
}