Chrome Omnibox History Hider

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

Apa itu Chrome Omnibox History Hider?

Chrome Omnibox History Hider adalah ekstensi Chrome yang dikembangkan oleh Mission Labs, dan fitur utamanya adalah "Chrome Omnibox History Hider - do not display search history in Omnibox.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Omnibox History Hider

Unduh file ekstensi Chrome Omnibox History Hider dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
URL Resmi https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
Deskripsi Chrome Omnibox History Hider - do not display search history in Omnibox.
Ukuran File 79.31 KB
Jumlah Instalasi 163
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-11-08
Tanggal Publikasi 2021-11-17
Penilaian 3.00/5 Total 4 Penilaian
Pengembang Mission Labs
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}