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 2893 days ago.
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() } }
You could download the latest version crx file or older version files and install it.
English.
100% user give 3-star rating. Read reviews of do not automatically add other search engines
You could find more help information from do not automatically add other search engines support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of do not automatically add other search engines.
You could click to report abuse of do not automatically add other search engines.
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'. :-(