Disable Download Bar

Removes the download bar at the bottom of Chrome windows (does nothing else).

O que é Disable Download Bar?

Disable Download Bar é uma extensão do Chrome desenvolvida por https://www.gryphenpossolutions.com, e sua principal característica é "Removes the download bar at the bottom of Chrome windows (does nothing else).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Disable Download Bar

Baixe arquivos de extensão Disable Download Bar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used  for any other purpose. All this extension does is disable the downloads bar.                    

Informações Básicas da Extensão

Nome Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
URL Oficial https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Descrição Removes the download bar at the bottom of Chrome windows (does nothing else).
Tamanho do Arquivo 3.17 KB
Contagem de Instalações 20,000
Versão Atual 1.5
Última Atualização 2019-05-31
Data de Publicação 2019-05-31
Classificação 4.55/5 Total de 88 Avaliações
Desenvolvedor https://www.gryphenpossolutions.com
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Bar",
    "version": "1.5",
    "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true
}