Chrome Omnibox History Hider

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

Qu'est-ce que Chrome Omnibox History Hider ?

Chrome Omnibox History Hider est une extension Chrome développée par Mission Labs, et sa fonction principale est "Chrome Omnibox History Hider - do not display search history in Omnibox.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Omnibox History Hider

Téléchargez les fichiers d'extension Chrome Omnibox History Hider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
URL Officiel https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
Description Chrome Omnibox History Hider - do not display search history in Omnibox.
Taille du Fichier 79.31 KB
Nombre d'Installations 163
Version Actuelle 1.3
Dernière Mise à Jour 2023-11-08
Date de Publication 2021-11-17
Évaluation 3.00/5 Total 4 Évaluations
Développeur Mission Labs
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}