Force Safe Search
Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo
什么是Force Safe Search?
Force Safe Search是由haydentech开发的Chrome扩展程序,该扩展的主要功能是“Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo”。
下载Force Safe Search扩展crx文件
下载Force Safe Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension forces Safe Search mode to ON while searching in Google, YouTube, Reddit, Yahoo, Bing, DuckDuckGo, Ixquick, and more.
扩展基本信息
名称 | |
ID | langadckdfefkcnjfmfnfeckafibfkji |
官方URL | https://chrome.google.com/webstore/detail/force-safe-search/langadckdfefkcnjfmfnfeckafibfkji |
简介 | Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo |
文件大小 | 30.21 KB |
安装次数 | 2,402 |
当前版本 | 1.5 |
更新时间 | 2017-12-11 |
上架时间 | 2017-12-11 |
评分 | 3.18/5 共11次评分 |
开发者 | haydentech |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://haydentech.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Safe Search", "author": "Bill Hayden", "version": "1.5", "description": "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo", "icons": { "44": "icon44.png", "50": "icon50.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ " |