Viderr

Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc

Что такое Viderr?

Viderr - это расширение Chrome, разработанное srwkosic, и его основная функция - "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".

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

screenshot

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

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

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

                        Download any online video with one click!
Just navigate to any video containing URL and clickk the Viderr extension button
You will be taken to a format selection screen, just choose your preferred format and download the video easily!                    

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

Название Viderr Viderr
ID miibmeobegjljlghddiockdoemnleljo
Официальный URL https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo
Описание Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
Размер файла 9.42 KB
Количество установок 1,000
Текущая Версия 1.0
Последнее Обновление 2019-09-23
Дата публикации 2019-09-20
Рейтинг 1.80/5 Всего 5 оценок
Разработчик srwkosic
Тип оплаты free
Официальный сайт расширения https://viderr.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viderr",
    "manifest_version": 2,
    "short_name": "Viderr.com video downloader",
    "description": "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}