AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
Wat is AutoHideDownloadsBar?
AutoHideDownloadsBar is een Chrome-extensie ontwikkeld door raingart, en de belangrijkste functie is "This extension hides annoying downloads bar in the bottom of the screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoHideDownloadsBar
Download AutoHideDownloadsBar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Open-source, simple, lean and no ads. Options: - hide download bar only after downloads completion. Or not display the shelf at all. - set delay before the shelf is auto-closed. - display download notifications. - shows the progress of the loading in the icon panel.
Basisinformatie over de Extensie
Naam | AutoHideDownloadsBar |
ID | gkmndgjgpolmikgnipipfekglbbgjcel |
Officiële URL | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
Beschrijving | This extension hides annoying downloads bar in the bottom of the screen. |
Bestandsgrootte | 66.51 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 2.12.2 |
Laatst Bijgewerkt | 2022-07-07 |
Publicatiedatum | 2020-02-08 |
Beoordeling | 4.88/5 Totaal 107 Beoordelingen |
Ontwikkelaar | raingart |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/raingart/AutoHideDownloadsBar-extension |
Help Pagina-URL | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
Ondersteunde Talen | de,en,tr,es,ar,zh-CN,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "AutoHideDownloadsBar", "short_name": "AutoHideDownloadsBar", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "raingart", "default_locale": "en", "minimum_chrome_version": "80.0", "version": "2.12.2", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "downloads", "downloads.shelf" ], "optional_permissions": [ "tabs", "notifications", "downloads.open" ], "background": { "page": "\/html\/background.html", "persistent": true }, "browser_action": { "default_title": "AutoHideDownloadsBar" }, "options_page": "\/html\/options.html" } |