Webber | The scrollbar hider
An browser extension designed to let you easily hide scrollbar
ما هو Webber | The scrollbar hider؟
Webber | The scrollbar hider هو إضافة Chrome تم تطويرها بواسطة MG، والميزة الرئيسية لها هي "An browser extension designed to let you easily hide scrollbar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Webber | The scrollbar hider
قم بتنزيل ملفات الامتداد Webber | The scrollbar hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An browser extension designed to customize some display settings. By now, it lets you automatically hide scrollbar. -> In order to hide scrollbar, open the extension popup and change switch state. -> Your choices are saved locally on your PC. After loading a new page or restarting browser, chosen option will be applied automatically. Source code: https://github.com/Angr0/Webber
معلومات أساسية عن التمديد
الاسم | Webber | The scrollbar hider |
ID | jiadeaflfegcmnjmcecffnloeochhcog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/webber-the-scrollbar-hide/jiadeaflfegcmnjmcecffnloeochhcog |
الوصف | An browser extension designed to let you easily hide scrollbar |
حجم الملف | 109 KB |
عدد التثبيتات | 379 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-02-14 |
تاريخ النشر | 2023-02-13 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | MG |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webber | The scrollbar hider", "description": "An browser extension designed to let you easily hide scrollbar", "version": "1.0", "icons": { "16": "\/Images\/WebberLogo16.png", "32": "\/Images\/WebberLogo32.png", "48": "\/Images\/WebberLogo48.png", "128": "\/Images\/WebberLogo128.png" }, "action": { "default_popup": "index.html", "default_title": "Webber" }, "incognito": "split", "permissions": [ "storage", "scripting", "activeTab" ], "content_scripts": [ { "matches": [ " |