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 (1)
Publisher: Stanford HCI Research Group
Overview
Stats
Download
Reviews

Overview

What is Do not automatically add other search engines?

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

SCREENSHOT

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

See More

Stats

15 Days

Trends for Do not automatically add other search engines:

Rank

#0
--

User count

#
--

Category Rank

#
--

Rating

#3.00
--

Download

The latest version of Do not automatically add other search engines is available on the Chrome web and is currently being used by 33 active users. The initial version was launched on 2016-12-21.

Total Downloads:  0(Downloads from CRX Insider)

HOW TO INSTALL Do not automatically add other search engines FROM A CRX FILE

  1. Download Do not automatically add other search engines CRX file
  2. NOTE: Sometimes the browser may block downloading / installing CRX file from outside the Chrome Web Store. If so, you may need to download the ZIP file instead
  3. In the URL bar, go to chrome://extensions
  4. Enable Developer mode
Show more

Ratings

3.00

Average Rating

Total ratings

1

USER REVIEWS (0)

No reviews