VK music download

Download your favorite music from vk

什么是VK music download?

VK music download是由shendizyaxel开发的Chrome扩展程序,该扩展的主要功能是“Download your favorite music from vk”。

扩展截图

screenshot
screenshot
screenshot

下载VK music download扩展crx文件

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

扩展使用说明

                        VKontakte paintings and videos are saved with a peculiar name, confirmed on the public network. It is also possible to run samples of songs and playlists by clicking on the button "Download all"

The sequel does not cover advertisements and suspicious scripts, which can shame your individual data. You are given the opportunity to verify this by reviewing with the help of our extension.

The extension icons are inscribed on the vk public socket and are not distracting.                    

扩展基本信息

名称 VK music download VK music download
ID djmjmieefdonghklbekdooomkcemekij
官方URL https://chromewebstore.google.com/detail/vk-music-download/djmjmieefdonghklbekdooomkcemekij
简介 Download your favorite music from vk
文件大小 98.7 KB
安装次数 4,588
当前版本 1.7.8
更新时间 2021-07-05
上架时间 2021-05-24
评分 3.30/5 共23次评分
开发者 shendizyaxel
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://poqdev.com/privacity
支持的语言 en,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/bg.js",
            "js\/app.build.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_titleDefault__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "assets\/css\/vk_style.css",
                "assets\/css\/build.min.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/build.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/16.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.8"
}