Chrome Omnibox History Hider
Chrome Omnibox History Hider - do not display search history in Omnibox.
ما هو Chrome Omnibox History Hider؟
Chrome Omnibox History Hider هو إضافة Chrome تم تطويرها بواسطة Mission Labs، والميزة الرئيسية لها هي "Chrome Omnibox History Hider - do not display search history in Omnibox.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Omnibox History Hider
قم بتنزيل ملفات الامتداد Chrome Omnibox History Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension designed to prevent search history being forcefully displayed in the omnibox since the Chrome update in 2020. Absolutely infuriating feature that Google provide no means to disable. That's where this extension comes in. Search history itself is unaffected and still accessible via the "usual" methods. This extension simply prevents previous searches being displayed in the omnibox.
معلومات أساسية عن التمديد
الاسم | Chrome Omnibox History Hider |
ID | emkdecfgedmnajoijdafmfmgffljbmlc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc |
الوصف | Chrome Omnibox History Hider - do not display search history in Omnibox. |
حجم الملف | 79.31 KB |
عدد التثبيتات | 163 |
النسخة الحالية | 1.3 |
آخر تحديث | 2023-11-08 |
تاريخ النشر | 2021-11-17 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | Mission Labs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Omnibox History Hider", "description": "Chrome Omnibox History Hider - do not display search history in Omnibox.", "manifest_version": 3, "version": "1.3", "permissions": [ "history", "storage" ], "action": { "default_icon": "logo.png" }, "background": { "service_worker": "history.js" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" } } |