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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Private.sh - Private Search Private.sh - Private Search
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
Eメール [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"
    }
}