Disable Download Bar

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

Wat is Disable Download Bar?

Disable Download Bar is een Chrome-extensie ontwikkeld door https://www.gryphenpossolutions.com, en de belangrijkste functie is "Removes the download bar at the bottom of Chrome windows (does nothing else).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disable Download Bar

Download Disable Download Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
Officiële URL https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Beschrijving Removes the download bar at the bottom of Chrome windows (does nothing else).
Bestandsgrootte 3.17 KB
Aantal Installaties 20,000
Huidige Versie 1.5
Laatst Bijgewerkt 2019-05-31
Publicatiedatum 2019-05-31
Beoordeling 4.55/5 Totaal 88 Beoordelingen
Ontwikkelaar https://www.gryphenpossolutions.com
Betalingswijze free
Ondersteunde Talen 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
}