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 |
| 官方網址 | 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"
}
} | |