AutoHideDownloadsBar

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

ما هو AutoHideDownloadsBar؟

AutoHideDownloadsBar هو إضافة Chrome تم تطويرها بواسطة raingart، والميزة الرئيسية لها هي "This extension hides annoying downloads bar in the bottom of the screen.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AutoHideDownloadsBar

قم بتنزيل ملفات الامتداد AutoHideDownloadsBar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم AutoHideDownloadsBar AutoHideDownloadsBar
ID gkmndgjgpolmikgnipipfekglbbgjcel
عنوان URL الرسمي https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel
الوصف This extension hides annoying downloads bar in the bottom of the screen.
حجم الملف 66.51 KB
عدد التثبيتات 10,000
النسخة الحالية 2.12.2
آخر تحديث 2022-07-07
تاريخ النشر 2020-02-08
تقييم 4.88/5 مجموع تقييمات 107
المطور raingart
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/raingart/AutoHideDownloadsBar-extension
عنوان صفحة المساعدة https://github.com/raingart/AutoHideDownloadsBar-extension/issues
اللغات المدعومة 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"
}