Download Shelf Disabler
Turns off Chrome's downloads shelf.
What is Download Shelf Disabler?
Download Shelf Disabler is a Chrome extension developed by Ferb, and its main feature is "Turns off Chrome's downloads shelf.".
Extension Screenshots
Download Download Shelf Disabler Extension CRX File
Download Download Shelf Disabler 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
Useful for macOS users who like Safari's default behaviour. A macOS-only version is also available, for users of Chrome Sync across multiple operating systems: https://chrome.google.com/webstore/detail/download-shelf-disabler-f/lhjlgfpiopfmjbhnpcmfdeepikdpankp Works by making a single call to the chrome.downloads.setShelfEnabled API. Doesn't collect any data, run anything in the background or consume memory.
Extension Basic Information
Name | Download Shelf Disabler |
ID | aefnabdoeaehgniaceoefkbambfdhdjl |
Official URL | https://chromewebstore.google.com/detail/download-shelf-disabler/aefnabdoeaehgniaceoefkbambfdhdjl |
Description | Turns off Chrome's downloads shelf. |
File Size | 12.23 KB |
Installation Count | 152 |
Current Version | 1.1 |
Last Updated | 2022-09-21 |
Publish Date | 2016-09-14 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Ferb |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ferbivore/chrome-download-shelf-disabler |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Shelf Disabler", "description": "Turns off Chrome's downloads shelf.", "version": "1.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "downloads", "downloads.shelf" ] } |