Private.sh - Private Search
The search engine that cryptographically protects your privacy.
什么是Private.sh - Private Search?
Private.sh - Private Search是由Private Search开发的Chrome扩展程序,该扩展的主要功能是“The search engine that cryptographically protects your privacy.”。
扩展截图
下载Private.sh - Private Search扩展crx文件
下载Private.sh - Private Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Private.sh is an encrypted proxy-based private search engine without any logging and with auditable code. 扩展基本信息
| 名称 | |
| ID | fcehiiknopcbcdnpakbeipijiiceobnl |
| 官方URL | https://chromewebstore.google.com/detail/privatesh-private-search/fcehiiknopcbcdnpakbeipijiiceobnl |
| 简介 | The search engine that cryptographically protects your privacy. |
| 文件大小 | 3.25 MB |
| 安装次数 | 560 |
| 当前版本 | 0.2.0 |
| 更新时间 | 2021-03-09 |
| 上架时间 | 2019-12-17 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | Private Search |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://private.sh |
| 帮助页面URL | https://private.sh |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Private.sh - Private Search",
"version": "0.2.0",
"description": "The search engine that cryptographically protects your privacy.",
"icons": {
"16": ".\/img\/logo_16px.png",
"32": ".\/img\/logo_32px.png",
"48": ".\/img\/logo_48px.png",
"128": ".\/img\/logo_128px.png"
},
"options_page": "\/settings.html",
"permissions": [],
"optional_permissions": [],
"background": {
"scripts": [
"extension-background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": ".\/img\/logo_16px.png",
"48": ".\/img\/logo_48px.png",
"128": ".\/img\/logo_128px.png"
},
"default_title": "Private.sh"
}
} | |