VK music download

Download your favorite music from vk

VK music download là gì?

VK music download là một tiện ích mở rộng Chrome được phát triển bởi shendizyaxel, và tính năng chính của nó là "Download your favorite music from vk".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VK music download

Tải xuống các tệp mở rộng VK music download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VK music download VK music download
ID djmjmieefdonghklbekdooomkcemekij
URL Chính Thức https://chromewebstore.google.com/detail/vk-music-download/djmjmieefdonghklbekdooomkcemekij
Mô tả Download your favorite music from vk
Kích Thước Tệp 98.7 KB
Số Lần Cài Đặt 4,588
Phiên Bản Hiện Tại 1.7.8
Cập Nhật Lần Cuối 2021-07-05
Ngày Phát Hành 2021-05-24
Đánh Giá 3.30/5 Tổng số 23 Đánh Giá
Nhà Phát Triển shendizyaxel
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://poqdev.com/privacity
Ngôn Ngữ Được Hỗ Trợ 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"
}