AutoHideDownloadsBar

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

Apa itu AutoHideDownloadsBar?

AutoHideDownloadsBar adalah ekstensi Chrome yang dikembangkan oleh raingart, dan fitur utamanya adalah "This extension hides annoying downloads bar in the bottom of the screen.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AutoHideDownloadsBar

Unduh file ekstensi AutoHideDownloadsBar 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

                        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.                    

Informasi Dasar Ekstensi

Nama AutoHideDownloadsBar AutoHideDownloadsBar
ID gkmndgjgpolmikgnipipfekglbbgjcel
URL Resmi https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel
Deskripsi This extension hides annoying downloads bar in the bottom of the screen.
Ukuran File 66.51 KB
Jumlah Instalasi 10,000
Versi Saat Ini 2.12.2
Terakhir Diperbarui 2022-07-07
Tanggal Publikasi 2020-02-08
Penilaian 4.88/5 Total 107 Penilaian
Pengembang raingart
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/raingart/AutoHideDownloadsBar-extension
URL Halaman Bantuan https://github.com/raingart/AutoHideDownloadsBar-extension/issues
Bahasa yang Didukung 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"
}