Chrome Omnibox History Hider

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

¿Qué es Chrome Omnibox History Hider?

Chrome Omnibox History Hider es una extensión de Chrome desarrollada por Mission Labs, y su función principal es "Chrome Omnibox History Hider - do not display search history in Omnibox.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chrome Omnibox History Hider

Descarga archivos de extensión Chrome Omnibox History Hider en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
URL Oficial https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
Descripción Chrome Omnibox History Hider - do not display search history in Omnibox.
Tamaño del Archivo 79.31 KB
Cantidad de Instalaciones 163
Versión Actual 1.3
Última Actualización 2023-11-08
Fecha de Publicación 2021-11-17
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador Mission Labs
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}