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

Расширение для скачивания видео с ВК

What is Скачать видео с ВК?

Скачать видео с ВК is a Chrome extension developed by Easy Download, and its main feature is "Расширение для скачивания видео с ВК".

Extension Screenshots

screenshot
screenshot

Download Скачать видео с ВК Extension CRX File

Download Скачать видео с ВК extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Скачать видео с ВК - расширение для скачивания видео без потери качества из социальной сети ВКонтакте

Расширение добавляет кнопку “Скачать” под видео в ВК. При скачивании вы можете выбрать формат видео и его размер. Поддерживается загрузка в HD в форматах mpg4 и flv.

Скачать видео с ВК - скачивает видео только с сервиса vk.com
Расширение абсолютно бесплатно, а код не обфусцирован. 

Это не официальное расширение ВКонтакте, созданное энтузиастами. Все права на торговые марки  ВКонтакте принадлежат Mail.ru Group                    

Extension Basic Information

Name Скачать видео с ВК Скачать видео с ВК
ID dplmogdegjpkddacdbgcpnnamdignmof
Official URL https://chromewebstore.google.com/detail/%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C-%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-%D1%81-%D0%B2%D0%BA/dplmogdegjpkddacdbgcpnnamdignmof
Description Расширение для скачивания видео с ВК
File Size 41.05 KB
Installation Count 42,781
Current Version 1.0.0.3
Last Updated 2023-09-11
Publish Date 2022-08-17
Rating 4.04/5 Total 72 Ratings
Developer Easy Download
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bit.ly/3C1Kiy6
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/download.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/vk.com\/*",
                "https:\/\/*.vkuservideo.net\/*"
            ]
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        "storage",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "js\/sandbox.html"
        ]
    },
    "version": "1.0.0.3",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}