Disable Download Bar

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

Co to jest Disable Download Bar?

Disable Download Bar to rozszerzenie Chrome opracowane przez https://www.gryphenpossolutions.com, a jego główną funkcją jest „Removes the download bar at the bottom of Chrome windows (does nothing else).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disable Download Bar

Pobierz pliki rozszerzeń Disable Download Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
Oficjalny URL https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Opis Removes the download bar at the bottom of Chrome windows (does nothing else).
Rozmiar pliku 3.17 KB
Liczba instalacji 20,000
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2019-05-31
Data Publikacji 2019-05-31
Ocena 4.55/5 Łącznie 88 Oceny
Deweloper https://www.gryphenpossolutions.com
Typ Płatności free
Obsługiwane Języki 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
}