VK Video Helper

VK Video Helper - Скачать видео с ВКонтакте, бесплатно

Cos'è VK Video Helper?

VK Video Helper è un'estensione di Chrome sviluppata da https://nk.ax, e la sua funzione principale è "VK Video Helper - Скачать видео с ВКонтакте, бесплатно".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VK Video Helper

Scarica i file di estensione VK Video Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        VK Video Helper позволяет вам скачать любое видео из социальной сети ВКонтакте!

- Возможность загрузки видео в HD,
- Отображение размера файла,
- Загрузка отдельно mp3 и mp4.

Загрузка абсолютно бесплатна, без регистрации и смс! Без рекламы!

В связи с ограничениями Google, скачивать видео с YouTube.com запрещено.                    

Informazioni di Base sull'Estensione

Nome VK Video Helper VK Video Helper
ID boanogkpopdpcbpnefmjpoagjffggabo
URL Ufficiale https://chromewebstore.google.com/detail/vk-video-helper/boanogkpopdpcbpnefmjpoagjffggabo
Descrizione VK Video Helper - Скачать видео с ВКонтакте, бесплатно
Dimensione del File 217 KB
Conteggio Installazioni 221
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-03-30
Data di Pubblicazione 2023-03-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://nk.ax
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://nk.ax/privacy.html
Lingue Supportate 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"
}