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
公式URL 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
Eメール [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
        }
    ]
}