Chrome Omnibox History Hider

Chrome Omnibox History Hider - do not display search history in Omnibox.

What is Chrome Omnibox History Hider?

Chrome Omnibox History Hider is a Chrome extension developed by Mission Labs, and its main feature is "Chrome Omnibox History Hider - do not display search history in Omnibox.".

Extension Screenshots

screenshot

Download Chrome Omnibox History Hider Extension CRX File

Download Chrome Omnibox History Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
Official URL https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
Description Chrome Omnibox History Hider - do not display search history in Omnibox.
File Size 79.31 KB
Installation Count 163
Current Version 1.3
Last Updated 2023-11-08
Publish Date 2021-11-17
Rating 3.00/5 Total 4 Ratings
Developer Mission Labs
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}