“Do not automatically add other search engines”的产品徽标图片

Do not automatically add other search engines

3.0(

1 个评分

)
扩展程序工具25 用户

概述

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 星(5 星制)1 个评分

详细了解结果和评价。

详情

  • 版本
    1.0.1
  • 上次更新日期
    2016年12月21日
  • 提供方
    Stanford HCI Research Group
  • 大小
    3.21KiB
  • 语言
    English
  • 开发者
    Stanford HCI Research Group
    353 Serra Mall Stanford, CA 94305 United States
    邮箱
    geza@cs.stanford.edu
  • 非交易者
    该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。

隐私权

该开发者未就收集或使用您的数据提供任何相关信息。 如需了解详情,请参阅开发者的privacy policy

支持

若有任何疑问、建议或问题,请在桌面浏览器中打开此页面

Google 应用