AutoHideDownloadsBar

This extension hides annoying downloads bar in the bottom of the screen.

Qu'est-ce que AutoHideDownloadsBar ?

AutoHideDownloadsBar est une extension Chrome développée par raingart, et sa fonction principale est "This extension hides annoying downloads bar in the bottom of the screen.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AutoHideDownloadsBar

Téléchargez les fichiers d'extension AutoHideDownloadsBar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AutoHideDownloadsBar AutoHideDownloadsBar
ID gkmndgjgpolmikgnipipfekglbbgjcel
URL Officiel https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel
Description This extension hides annoying downloads bar in the bottom of the screen.
Taille du Fichier 66.51 KB
Nombre d'Installations 10,000
Version Actuelle 2.12.2
Dernière Mise à Jour 2022-07-07
Date de Publication 2020-02-08
Évaluation 4.88/5 Total 107 Évaluations
Développeur raingart
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/raingart/AutoHideDownloadsBar-extension
URL de la Page d'Aide https://github.com/raingart/AutoHideDownloadsBar-extension/issues
Langues Prises en Charge 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"
}