Disable Download Bar
Removes the download bar at the bottom of Chrome windows (does nothing else).
ما هو Disable Download Bar؟
Disable Download Bar هو إضافة Chrome تم تطويرها بواسطة https://www.gryphenpossolutions.com، والميزة الرئيسية لها هي "Removes the download bar at the bottom of Chrome windows (does nothing else).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disable Download Bar
قم بتنزيل ملفات الامتداد Disable Download Bar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Disable Download Bar |
ID | gjdldigdojpjlmphnogmcmhojfadfmem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem |
الوصف | Removes the download bar at the bottom of Chrome windows (does nothing else). |
حجم الملف | 3.17 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 1.5 |
آخر تحديث | 2019-05-31 |
تاريخ النشر | 2019-05-31 |
تقييم | 4.55/5 مجموع تقييمات 88 |
المطور | https://www.gryphenpossolutions.com |
نوع الدفع | free |
اللغات المدعومة | 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 } |