VKD - Download music and video from VK

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

Co je VKD - Download music and video from VK?

VKD - Download music and video from VK je rozšíření Chrome vyvinuté musicvksaver, a jeho hlavní funkcí je „An extension that will help you download music and videos from VK.com.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VKD - Download music and video from VK

Stáhněte si soubory rozšíření VKD - Download music and video from VK ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        What VKD (1.1.4) 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!                    

Základní Informace o Rozšíření

Název VKD - Download music and video from VK VKD - Download music and video from VK
ID faaapecbbejcllckafljlleeiopokmij
Oficiální URL https://chrome.google.com/webstore/detail/vkd-%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C-%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83-%D0%B8-%D0%B2%D0%B8%D0%B4%D0%B5/faaapecbbejcllckafljlleeiopokmij
Popis An extension that will help you download music and videos from VK.com.
Velikost souboru 134 KB
Počet instalací 402
Aktuální Verze 1.1.4
Poslední Aktualizace 2023-06-30
Datum Vydání 2023-03-17
Hodnocení 5.00/5 Celkem 77 Hodnocení
Vývojář musicvksaver
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://vksaver.site/vkdprivacy.html
Podporované Jazyky en,ru,uk
manifest.json
{
    "action": {
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/insert.js"
            ],
            "css": [
                "css\/download.css"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "https:\/\/*.vkuservideo.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "manifest_version": 3,
    "default_locale": "ru",
    "name": "__MSG_name__",
    "options_page": "html\/options.html",
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "scripting",
        "downloads",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}