auto-resume downloads

This extension allows the user to auto resume downloads that have failed due to non-human error.

Что такое auto-resume downloads?

auto-resume downloads - это расширение Chrome, разработанное mabney11, и его основная функция - "This extension allows the user to auto resume downloads that have failed due to non-human error.".

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

screenshot

Скачать файл CRX расширения auto-resume downloads

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

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

                        This extension allows the user to auto resume downloads that have failed due to non-human error. Failed downloads will attempt to resume within one minute of failing.

Does not resume downloads that have been cancelled manually or that have been cancelled via browser shut down.                    

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

Название auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
Официальный URL https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Описание This extension allows the user to auto resume downloads that have failed due to non-human error.
Размер файла 3.39 KB
Количество установок 11,989
Текущая Версия 1.0.2
Последнее Обновление 2018-08-25
Дата публикации 2018-08-24
Рейтинг 3.27/5 Всего 131 оценок
Разработчик mabney11
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "auto-resume downloads",
    "description": "This extension allows the user to auto resume downloads that have failed due to non-human error.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "auto-resume-download.js"
        ]
    },
    "permissions": [
        "downloads",
        "alarms"
    ]
}