SafeSearch On
This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.
什么是SafeSearch On?
SafeSearch On是由Erich Izdepski开发的Chrome扩展程序,该扩展的主要功能是“This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.”。
扩展截图
下载SafeSearch On扩展crx文件
下载SafeSearch On扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will help keep your browsing safe, especially for little kids. After installing, you need to go to the Extensions page (chrome://extensions/), find SafeSearch On, and check the "Allow in incognito" check box to close the huge loophole that DISABLES SafeSearch when in incognito mode.
扩展基本信息
名称 | |
ID | mfhiagfolialhfpbpkliabalgopgajdm |
官方URL | https://chromewebstore.google.com/detail/safesearch-on/mfhiagfolialhfpbpkliabalgopgajdm |
简介 | This extension forces a google image or video search to always use SafeSearch, even when using incognito mode. |
文件大小 | 16.61 KB |
安装次数 | 6,841 |
当前版本 | 1.0 |
更新时间 | 2016-01-22 |
上架时间 | 2016-01-22 |
评分 | 4.11/5 共19次评分 |
开发者 | Erich Izdepski |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "name": "SafeSearch On", "description": "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.google.com\/search*", "https:\/\/*.google.com\/search*" ] } |