Do not automatically add other search engines chrome extension

Version: 1.0.1
Do not automatically add other search engines
Chrome automatically adds sites to your search engines list when you visit them, which this extension prevents
3.00 Based on 1 user rates

What is Do not automatically add other search engines?

Do not automatically add other search engines is a adblocker extension for chrome. also, it is search engines extension. it's a free extension , it has 35 active users since released its first version, it earns an average rating of 3.00 from 1 rated user, last update is 2683 days ago.


What’s new in version 1.0.1?

                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()
  }
}            

How to install Do not automatically add other search engines?

You could download the latest version crx file or older version files and install it.


Technical Features:

  • Latest Version: 1.0.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Wednesday, December 21st, 2016
  • Author: Stanford HCI Research Group

Do not automatically add other search engines Available languages:

English.


FAQ


Reviews of do not automatically add other search engines:


Newtomic July 2nd, 2021
Newtomic

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'. :-(

Read more review & comments of do not automatically add other search engines