Video Downloader

Download videos using Video Downloader from websites.

Что такое Video Downloader?

Video Downloader - это расширение Chrome, разработанное FREE APPS, и его основная функция - "Download videos using Video Downloader from websites.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Video Downloader

Скачайте файлы расширений Video Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Video Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

Основная информация о расширении

Название Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
Официальный URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Описание Download videos using Video Downloader from websites.
Размер файла 98.95 KB
Количество установок 10,282
Текущая Версия 1.1.1
Последнее Обновление 2023-03-23
Дата публикации 2020-11-07
Рейтинг 3.10/5 Всего 10 оценок
Разработчик FREE APPS
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.smart-finder.net/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}