Do not automatically add other search engines

Chrome automatically adds sites to your search engines list when you visit them, which this extension prevents
What is Do not automatically add other search engines?
Do not automatically add other search engines is a Chrome extension that stops Chrome from adding sites to your list of custom search engines when you visit them

Extension stats

Users: 45 ▲ 5
Rating: 3.00 (1)
Version: 1.0.1 (Last updated: 2016-12-22)
Creation date: 2016-12-21
Risk impact: Moderate risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Permissions:
  • http://*/
  • https://*/
Size: 3.29K

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension

Extension summary

Chrome automatically adds sites to your list of custom search engines list when you visit them. This extension prevents this behavior.

Code: https://github.com/gkovacs/do-not-automatically-add-other-search-engines

Note that Chrome uses a number of heuristics to add search engines, and while this extension prevents the most common approach, we cannot prevent all of them. Hence, some search engines may still get through. To remove added search engines (in this case, those that contain '.' in the keyword), navigate to chrome://settings/searchEngines and run the following code a few times (via the developer console, Command-Option-J or Ctrl-Shift-J)

for (var x of document.querySelectorAll('.keyword-column')) { if (x.innerText.indexOf('.') != -1) { x.parentNode.parentNode.childNodes[1].click() } }

User reviews

I know this is a "stupid" need because the browser should have this option from stock, but here we are. Thanks for this extension. After a while using this extension, maybe for 2 or 3 months the browser still adds some 'search engines'. :-(
by Newtomic, 2021-07-02
View all user reviews

Extension safety

Risk impact

Do not automatically add other search engines requires a few sensitive permissions. Exercise caution before installing.

Risk likelihood

Do not automatically add other search engines has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details

Similar extensions

Here are some Chrome extensions that are similar to Do not automatically add other search engines: