Autohide Downloads Bar
This extension closes the downloads bar after a set amount of time
What is Autohide Downloads Bar?
Autohide Downloads Bar is a Chrome extension developed by Tyler Barron, and its main feature is "This extension closes the downloads bar after a set amount of time".
Extension Screenshots
Download Autohide Downloads Bar Extension CRX File
Download Autohide Downloads 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
Hides shelf automatically
Extension Basic Information
Name | Autohide Downloads Bar |
ID | iaefpjibipfaofmigecedfapfgplmplo |
Official URL | https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo |
Description | This extension closes the downloads bar after a set amount of time |
File Size | 14.17 KB |
Installation Count | 5,053 |
Current Version | 1.3 |
Last Updated | 2021-07-27 |
Publish Date | 2017-05-22 |
Rating | 4.74/5 Total 38 Ratings |
Developer | Tyler Barron |
[email protected] | |
Payment Type | free |
Extension Website | http://tylerbarron.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autohide Downloads Bar", "description": "This extension closes the downloads bar after a set amount of time", "version": "1.3", "options_page": "options.html", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads", "downloads.shelf", "storage" ], "icons": { "16": "icon_16.png", "128": "icon_128.png" } } |