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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}