Private.sh - Private Search

The search engine that cryptographically protects your privacy.

Qu'est-ce que Private.sh - Private Search ?

Private.sh - Private Search est une extension Chrome développée par Private Search, et sa fonction principale est "The search engine that cryptographically protects your privacy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Private.sh - Private Search

Téléchargez les fichiers d'extension Private.sh - Private Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Private.sh - Private Search Private.sh - Private Search
ID fcehiiknopcbcdnpakbeipijiiceobnl
URL Officiel https://chromewebstore.google.com/detail/privatesh-private-search/fcehiiknopcbcdnpakbeipijiiceobnl
Description The search engine that cryptographically protects your privacy.
Taille du Fichier 3.25 MB
Nombre d'Installations 560
Version Actuelle 0.2.0
Dernière Mise à Jour 2021-03-09
Date de Publication 2019-12-17
Évaluation 4.00/5 Total 2 Évaluations
Développeur Private Search
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://private.sh
URL de la Page d'Aide https://private.sh
Langues Prises en Charge 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"
    }
}