AI 产品解读Hide/Disable Chrome Omnibox Suggestions
Users who want to prevent Chrome's address bar (omnibox) from showing suggestions for specific websites (like Google) or specific search history entries.
1. User installs the extension.
2. Extension requests 'history' permission.
3. On install/activate, it searches for existing history matching 'https://www.google.' and deletes them.
4. On every new visit (onVisited), it checks if the URL starts with 'https://www.google.' or any site in filterSites.
5. If it matches, it deletes that specific URL from the browser history after a 500ms delay, effectively preventing it from appearing in omnibox suggestions.
Automatically deletes browser history entries for specified URLs (e.g., Google searches) when they are visited.Clears existing history for specified URLs upon installation/activation.Uses the chrome.history API to manage browsing history.
- 目标用户
- Chrome users who want to keep their search history private or clean. / Users who want to reduce clutter in the omnibox suggestions.
- The extension's functionality is limited to deleting history for 'https://www.google.' by default. It does not provide a UI for users to customize which sites to filter, as there is no action popup or options page defined in the manifest.
付费分析未识别到付费功能
The extension is completely free. There is no code related to subscriptions, payments, licenses, or premium features. The 'pro' keyword found in the static analysis was a false positive from the _metadata/verified_contents.json file, which is a standard Chrome Web Store integrity file and not part of the extension's logic.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local Chrome extension that uses the chrome.history API to delete URLs matching specific patterns (e.g., Google searches). It does not implement any login UI, connect to any authentication provider, or require a user account to function. The user only needs to install the extension and grant the 'history' permission.
Doesn't remove any suggestions
この拡張機能はブラウザの閲覧履歴を全て削除しているだけです。新しいタブページのomniboxのサジェストを表示しない機能は持っていません。
nice,google页面的不记录很好设置,但是new tab page的怎么设置都不行,这个插件帮我解决了问题。