VKD - Download music and video from VK

An extension that will help you download music and videos from VK.com.

什麼是VKD - Download music and video from VK?

VKD - Download music and video from VK是由bestdevelopernew開發的Chrome擴展程式,該擴展的主要功能是“An extension that will help you download music and videos from VK.com.”。

擴展截圖

screenshot
screenshot

下載VKD - Download music and video from VK擴展crx文件

下載VKD - Download music and video from VK擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        What VKD can download:
- Any video, short VK clips. There is a display of the size and quality of the video.
- Voice messages in VK dialogs, as well as chats.
- Any track. From any collection, any playlist. (Arrow to save next to each track and wherever possible)
And:
- The ability to click on the "Download all" button to save any VK music collection, playlist, to your computer in one click! (Temporarily removed the mass download of audio recordings in VK posts)
- Ability to enable/disable the display of bitrate/size of the audio file.
- Ability to select a folder to save music / video.
- Display the process of downloading an audio recording.
- Saves music with the correct name.
- Skips deleted audio recordings when bulk downloading.

And, please, we are waiting for your feedback on the work of the extension and high marks!                    

擴展基本資訊

名稱 VKD - Download music and video from VK VKD - Download music and video from VK
ID ihbodihckpjohkadohoabcboangjadph
官方網址 https://chromewebstore.google.com/detail/vkd-download-music-and-vi/ihbodihckpjohkadohoabcboangjadph
簡介 An extension that will help you download music and videos from VK.com.
檔案大小 129 KB
安裝次數 458
目前版本 1.1.5
更新時間 2024-01-17
上架時間 2023-09-10
評分 4.90/5 共 41 次評分
開發者 bestdevelopernew
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://vkdwn.ru/privacy.html
支援的語言 en,ru,uk
manifest.json
{
    "action": {
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/download.css"
            ],
            "js": [
                "js\/insert.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "https:\/\/*.vkuservideo.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_description__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "scripting",
        "downloads",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}