VKD - Download music and video from VK

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

¿Qué es VKD - Download music and video from VK?

VKD - Download music and video from VK es una extensión de Chrome desarrollada por bestdevelopernew, y su función principal es "An extension that will help you download music and videos from VK.com.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión VKD - Download music and video from VK

Descarga archivos de extensión VKD - Download music and video from VK en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre VKD - Download music and video from VK VKD - Download music and video from VK
ID ihbodihckpjohkadohoabcboangjadph
URL Oficial https://chromewebstore.google.com/detail/vkd-download-music-and-vi/ihbodihckpjohkadohoabcboangjadph
Descripción An extension that will help you download music and videos from VK.com.
Tamaño del Archivo 129 KB
Cantidad de Instalaciones 458
Versión Actual 1.1.5
Última Actualización 2024-01-17
Fecha de Publicación 2023-09-10
Calificación 4.90/5 Total de 41 Calificaciones
Desarrollador bestdevelopernew
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://vkdwn.ru/privacy.html
Idiomas Soportados 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
        }
    ]
}