Private.sh - Private Search

The search engine that cryptographically protects your privacy.

What is Private.sh - Private Search?

Private.sh - Private Search is a Chrome extension developed by Private Search, and its main feature is "The search engine that cryptographically protects your privacy.".

Extension Screenshots

screenshot

Download Private.sh - Private Search Extension CRX File

Download Private.sh - Private Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Private.sh is an encrypted proxy-based private search engine without any logging and with auditable code.                    

Extension Basic Information

Name Private.sh - Private Search Private.sh - Private Search
ID fcehiiknopcbcdnpakbeipijiiceobnl
Official URL https://chromewebstore.google.com/detail/privatesh-private-search/fcehiiknopcbcdnpakbeipijiiceobnl
Description The search engine that cryptographically protects your privacy.
File Size 3.25 MB
Installation Count 560
Current Version 0.2.0
Last Updated 2021-03-09
Publish Date 2019-12-17
Rating 4.00/5 Total 2 Ratings
Developer Private Search
Email [email protected]
Payment Type free
Extension Website https://private.sh
Help Page URL https://private.sh
Supported Languages 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"
    }
}