WebExtension.net
Toggle dark mode
WebExtension.net

Скачать ВК Видео

View on Chrome Web Store
View Скачать ВК Видео Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (34 ratings)
2 new ratings
10 views
This extension has been viewed 10 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Скачивайте любые видео с ВКонтакте и ВК Видео всего в один клик. Удобный менеджер загрузок для видео с ВК.
Type
Extension
Users
20,000 users
10K
VK Downloader
View author page of VK Downloader
Published
Published on December 11, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on February 1, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Скачать ВК Видео Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "ru",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_icon": {
            "38": "images\/logo38.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "images\/logo24.png",
        "19": "images\/logo24.png",
        "32": "images\/logo38.png",
        "38": "images\/logo38.png",
        "64": "images\/logo128.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/content\/vkcontent.css"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.vk.ru\/*",
                "*:\/\/*.vkontakte.com\/*",
                "*:\/\/*.vkontakte.ru\/*",
                "*:\/\/*.vkvideo.com\/*",
                "*:\/\/*.vkvideo.ru\/*"
            ]
        },
        {
            "js": [
                "scripts\/content\/dwnwidget.js",
                "scripts\/content\/dwnbuttons.js",
                "scripts\/content\/vkcontent.js"
            ],
            "matches": [
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.vk.ru\/*",
                "*:\/\/*.vkontakte.com\/*",
                "*:\/\/*.vkontakte.ru\/*",
                "*:\/\/*.vkvideo.com\/*",
                "*:\/\/*.vkvideo.ru\/*"
            ]
        },
        {
            "js": [
                "scripts\/content\/videopage.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "pages\/*.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "scripts\/content\/*.js"
            ],
            "matches": [
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.vk.ru\/*",
                "*:\/\/*.vkontakte.com\/*",
                "*:\/\/*.vkontakte.ru\/*",
                "*:\/\/*.vkvideo.com\/*",
                "*:\/\/*.vkvideo.ru\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "downloads",
        "downloads.open",
        "downloads.ui"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top