Do not automatically add other search engines
Item logo image for Do not automatically add other search engines

Do not automatically add other search engines

3.0(

1 rating

)
ExtensionTools39 users

Overview

Chrome automatically adds sites to your search engines list when you visit them, which this extension prevents

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

3 out of 51 rating

Google doesn't verify reviews. Learn more about results and reviews.

Review's profile picture

NewtomicJul 2, 2021

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

Details

  • Version
    1.0.1
  • Updated
    December 21, 2016
  • Offered by
    Stanford HCI Research Group
  • Size
    3.21KiB
  • Languages
    English
  • Developer
    Stanford HCI Research Group
    353 Serra Mall Stanford, CA 94305 United States
    Email
    geza@cs.stanford.edu
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has not provided any information about the collection or usage of your data. To learn more, see the developer’s privacy policy.

Support

For help with questions, suggestions, or problems, please open this page on your desktop browser

Google apps