Hide Download Bar

Hide Download Bar

What is Hide Download Bar?

Hide Download Bar is a Chrome extension developed by gimslab.com, and its main feature is "Hide Download Bar".

Extension Screenshots

screenshot

Download Hide Download Bar Extension CRX File

Download Hide 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

                        Very tiny Chrome extension to hide download shelf using keyboard shortcuts.
You can close download bar with Ctrl+Shift+H key (or other shorcuts).
 - Default: Ctrl+Shift+H
 - Mac Default: Alt+Shift+H

Go to chrome://extensions/shortcuts to change shortcuts

This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.                    

Extension Basic Information

Name Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
Official URL https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
Description Hide Download Bar
File Size 3.16 KB
Installation Count 1,681
Current Version 0.2
Last Updated 2022-11-20
Publish Date 2019-12-14
Rating 2.76/5 Total 21 Ratings
Developer gimslab.com
Email [email protected]
Payment Type free
Extension Website http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Download Bar",
    "description": "Hide Download Bar",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hide Download Bar"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Alt+Shift+H"
            }
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}