VK Video Helper
VK Video Helper - Скачать видео с ВКонтакте, бесплатно
What is VK Video Helper?
VK Video Helper is a Chrome extension developed by https://nk.ax, and its main feature is "VK Video Helper - Скачать видео с ВКонтакте, бесплатно".
Extension Screenshots
Download VK Video Helper Extension CRX File
Download VK Video Helper 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
VK Video Helper позволяет вам скачать любое видео из социальной сети ВКонтакте! - Возможность загрузки видео в HD, - Отображение размера файла, - Загрузка отдельно mp3 и mp4. Загрузка абсолютно бесплатна, без регистрации и смс! Без рекламы! В связи с ограничениями Google, скачивать видео с YouTube.com запрещено.
Extension Basic Information
Name | |
ID | boanogkpopdpcbpnefmjpoagjffggabo |
Official URL | https://chromewebstore.google.com/detail/vk-video-helper/boanogkpopdpcbpnefmjpoagjffggabo |
Description | VK Video Helper - Скачать видео с ВКонтакте, бесплатно |
File Size | 217 KB |
Installation Count | 221 |
Current Version | 1.1.0 |
Last Updated | 2023-03-30 |
Publish Date | 2023-03-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://nk.ax |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://nk.ax/privacy.html |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "hls.js", "extension.js" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/*.vkuservideo.net\/*", "https:\/\/*.userapi.com\/*", "https:\/\/*.mycdn.me\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "background.js", "bridge.js", "extension.js", "hls.js", "main.js" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/*.vkuservideo.net\/*", "https:\/\/*.userapi.com\/*", "https:\/\/*.mycdn.me\/*" ] } ], "description": "VK Video Helper - \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u0441 \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435, \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "icons": { "512": "icon512.png", "128": "icon128.png" }, "manifest_version": 3, "name": "VK Video Helper", "offline_enabled": false, "permissions": [ "downloads" ], "short_name": "VK Video Helper - \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u0441 \u0412\u041a", "version": "1.1.0" } |