Safe2Search
This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.
什么是Safe2Search?
Safe2Search是由Bony Innovation开发的Chrome扩展程序,该扩展的主要功能是“This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.”。
扩展截图
下载Safe2Search扩展crx文件
下载Safe2Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on the Safe2Search icon in the toolbar to keep adult content out of your search results. By clicking "Add to chrome", I accept and agree to install Safe2Search extension and set Chrome™ default search to that provided by the service and the terms below. Important Notice !This extension changes your Default Search in Chrome browser to Yahoo. For more information follow the links below: About - https://www.safe2search.com Contact - https://www.safe2search.com/contact EULA - https://www.safe2search.com/eula Privacy - https://www.safe2search.com/privacy Uninstall - https://www.safe2search.com/uninstall
扩展基本信息
名称 | Safe2Search |
ID | oipppoigngciofehichfgjdbacmmfipj |
官方URL | https://chromewebstore.google.com/detail/safe2search/oipppoigngciofehichfgjdbacmmfipj |
简介 | This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience. |
文件大小 | 20 KB |
安装次数 | 2,961 |
当前版本 | 0.3.0 |
更新时间 | 2021-04-08 |
上架时间 | 2020-11-15 |
评分 | 2.33/5 共3次评分 |
开发者 | Bony Innovation |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.safe2search.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safe2Search", "version": "0.3.0", "description": "This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.", "icons": { "16": ".\/assets\/images\/16x16.png", "96": ".\/assets\/images\/96x96.png", "128": ".\/assets\/images\/128x128.png" }, "browser_action": { "default_popup": "switch.html", "default_icon": { "16": ".\/assets\/images\/16x16.png" }, "default_title": "Safe2Search" }, "background": { "page": "index.html", "persistent": false }, "permissions": [ "cookies", "storage", "*:\/\/*.safe2search.com\/*" ], "chrome_settings_overrides": { "homepage": "https:\/\/www.safe2search.com", "search_provider": { "alternate_urls": [], "name": "Safe2Search", "params": "__PARAM__", "keyword": "Safe2Search", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/search.safe2search.com\/query\/to?query={searchTerms}&qi=1&category=web&ext=1", "suggest_url": "https:\/\/sug.safe2search.com\/complete\/search?q={searchTerms}&client=firefox&ie=utf-8&oe=utf-8&hl=en-US", "favicon_url": "https:\/\/www.safe2search.com\/img\/favicon.ico" } } } |