Chrome Omnibox History Hider

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

O que é Chrome Omnibox History Hider?

Chrome Omnibox History Hider é uma extensão do Chrome desenvolvida por Mission Labs, e sua principal característica é "Chrome Omnibox History Hider - do not display search history in Omnibox.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome Omnibox History Hider

Baixe arquivos de extensão Chrome Omnibox History Hider no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
URL Oficial https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
Descrição Chrome Omnibox History Hider - do not display search history in Omnibox.
Tamanho do Arquivo 79.31 KB
Contagem de Instalações 163
Versão Atual 1.3
Última Atualização 2023-11-08
Data de Publicação 2021-11-17
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Mission Labs
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}