SearchProtection

Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.

Qu'est-ce que SearchProtection ?

SearchProtection est une extension Chrome développée par http://promo.searchprotection.net, et sa fonction principale est "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SearchProtection

Téléchargez les fichiers d'extension SearchProtection 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

                        SearchProtection helps you keep your searches private. 

Adding the SearchProtection extension to Chrome protects your privacy by detecting searches that could be tracked in a way that can be tied to your personal information and then re-directing you to a private, anonymous results page at SearchProtection.net.

Prevents popular search engines including Google, Bing, Ask, Yahoo and Baidu from tying your personal information to your search history. 

Your privacy is safe with SearchProtection.

End User License Agreement:
http://searchprotection.net/terms                    

Informations de Base sur l'Extension

Nom SearchProtection SearchProtection
ID jamjfengjbeohlchphpabndfobnongap
URL Officiel https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap
Description Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
Taille du Fichier 26.11 KB
Nombre d'Installations 12
Version Actuelle 1.1.3
Dernière Mise à Jour 2016-08-12
Date de Publication 2016-08-12
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://promo.searchprotection.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://searchprotection.net/terms
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.3",
    "default_locale": "en_US",
    "homepage_url": "http:\/\/searchprotection.net",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "src\/inject\/protect.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/",
        "storage",
        "privacy"
    ],
    "web_accessible_resources": [
        "src\/inject\/protect.js",
        "icons\/*.png"
    ]
}