Chrome Omnibox History Hider

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

Hvad er Chrome Omnibox History Hider?

Chrome Omnibox History Hider er en Chrome-udvidelse udviklet af Mission Labs, og dens hovedfunktion er "Chrome Omnibox History Hider - do not display search history in Omnibox.".

Udvidelsesskærmbilleder

screenshot

Download Chrome Omnibox History Hider-udvidelses-CRX-fil

Download Chrome Omnibox History Hider-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
Officiel URL https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
Beskrivelse Chrome Omnibox History Hider - do not display search history in Omnibox.
Filstørrelse 79.31 KB
Antal Installationer 163
Nuværende Version 1.3
Senest Opdateret 2023-11-08
Udgivelsesdato 2021-11-17
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler Mission Labs
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}