Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } }