Do not automatically add other search engines

Rate / votes
More than 28 users worldwide
Current version: 1.0.1
Price: FREE
Download extension
Like this extension ? Like/Share it!
Chrome automatically adds sites to your search engines list when you visit them, which this extension preventsChrome 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()
}
}

Reviews of Do not automatically add other search engines extension

Similar extension