Disable Download Bar

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

What is Disable Download Bar?

Disable Download Bar is a Chrome extension developed by https://www.gryphenpossolutions.com, and its main feature is "Removes the download bar at the bottom of Chrome windows (does nothing else).".

Extension Screenshots

screenshot

Download Disable Download Bar Extension CRX File

Download Disable Download Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
Official URL https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Description Removes the download bar at the bottom of Chrome windows (does nothing else).
File Size 3.17 KB
Installation Count 20,000
Current Version 1.5
Last Updated 2019-05-31
Publish Date 2019-05-31
Rating 4.55/5 Total 88 Ratings
Developer https://www.gryphenpossolutions.com
Payment Type free
Supported Languages 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
}