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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that will help you download music and videos from VK.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VKD - Download music and video from VK एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}