Disable Download Bar

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

Apa itu Disable Download Bar?

Disable Download Bar adalah ekstensi Chrome yang dikembangkan oleh https://www.gryphenpossolutions.com, dan fitur utamanya adalah "Removes the download bar at the bottom of Chrome windows (does nothing else).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Disable Download Bar

Unduh file ekstensi Disable Download Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
URL Resmi https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Deskripsi Removes the download bar at the bottom of Chrome windows (does nothing else).
Ukuran File 3.17 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.5
Terakhir Diperbarui 2019-05-31
Tanggal Publikasi 2019-05-31
Penilaian 4.55/5 Total 88 Penilaian
Pengembang https://www.gryphenpossolutions.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}