Disable Download Bar

Removes the download bar at the bottom of Chrome windows (does nothing else).

Что такое Disable Download Bar?

Disable Download Bar - это расширение Chrome, разработанное https://www.gryphenpossolutions.com, и его основная функция - "Removes the download bar at the bottom of Chrome windows (does nothing else).".

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

screenshot

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

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

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

                        Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used  for any other purpose. All this extension does is disable the downloads bar.                    

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

Название Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
Официальный URL https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Описание Removes the download bar at the bottom of Chrome windows (does nothing else).
Размер файла 3.17 KB
Количество установок 20,000
Текущая Версия 1.5
Последнее Обновление 2019-05-31
Дата публикации 2019-05-31
Рейтинг 4.55/5 Всего 88 оценок
Разработчик https://www.gryphenpossolutions.com
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Bar",
    "version": "1.5",
    "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true
}