Chrome Omnibox History Hider

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

Wat is Chrome Omnibox History Hider?

Chrome Omnibox History Hider is een Chrome-extensie ontwikkeld door Mission Labs, en de belangrijkste functie is "Chrome Omnibox History Hider - do not display search history in Omnibox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrome Omnibox History Hider

Download Chrome Omnibox History Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
Officiële URL https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
Beschrijving Chrome Omnibox History Hider - do not display search history in Omnibox.
Bestandsgrootte 79.31 KB
Aantal Installaties 163
Huidige Versie 1.3
Laatst Bijgewerkt 2023-11-08
Publicatiedatum 2021-11-17
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Mission Labs
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}