Clear Downloads

Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete

Что такое Clear Downloads?

Clear Downloads - это расширение Chrome, разработанное Sindre Sorhus, и его основная функция - "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete".

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

screenshot

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

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

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

                        See the website for more info.                    

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

Название Clear Downloads Clear Downloads
ID bknoejjhcfmakcibhifepfkegpjdnadk
Официальный URL https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk
Описание Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
Размер файла 11.06 KB
Количество установок 7,942
Текущая Версия 1.1.0
Последнее Обновление 2020-11-20
Дата публикации 2018-09-24
Рейтинг 4.61/5 Всего 41 оценок
Разработчик Sindre Sorhus
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/sindresorhus/clear-downloads
URL страницы помощи https://github.com/sindresorhus/clear-downloads/issues
URL страницы политики конфиденциальности https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Downloads",
    "version": "1.1.0",
    "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads",
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "permissions": [
        "browsingData"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}