Disable Download Shelf
Disables the download bar at bottom of window
What is Disable Download Shelf?
Disable Download Shelf is a Chrome extension developed by conceptualspace, and its main feature is "Disables the download bar at bottom of window".
Extension Screenshots
Download Disable Download Shelf Extension CRX File
Download Disable Download Shelf 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 the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox). On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled! This extension is free and open source.
Extension Basic Information
Name | Disable Download Shelf |
ID | jobfojcgkainhgidfhaoedmmgloaengg |
Official URL | https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg |
Description | Disables the download bar at bottom of window |
File Size | 15.51 KB |
Installation Count | 3,127 |
Current Version | 2.1 |
Last Updated | 2022-04-06 |
Publish Date | 2020-05-28 |
Rating | 4.36/5 Total 11 Ratings |
Developer | conceptualspace |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/conceptualspace/disable-download-shelf |
Help Page URL | https://github.com/conceptualspace/disable-download-shelf/issues |
Privacy Policy Page URL | https://conceptualspace.net/privacy.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Shelf", "version": "2.1", "description": "Disables the download bar at bottom of window", "author": "[email protected]", "permissions": [ "downloads", "downloads.shelf" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/icon16.png", "24": "icon\/icon24.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_title": "Downloads" }, "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 3 } |