InPrivateSearch

Always stay anonymous and protected as your search the internet.

Qu'est-ce que InPrivateSearch ?

InPrivateSearch est une extension Chrome développée par https://inprivatesearch.com, et sa fonction principale est "Always stay anonymous and protected as your search the internet.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        InPrivateSearch: Protecting and securing your online searches

DISCLOSURE: Your searches are redirected to our privacy-protecting search engine at www.inprivacysearch.com

FEATURES:
1. Tracking prevention - By redirecting your searches to our privacy-protecting search engine, companies and other search engines will not be able to track and profile you.
2. Keystroke logging protection - Your keystrokes are not logged in IPS unlike in other search engines.

How to Uninstall:
1. Click on the menu bottom at the top right corner of your browser
2. Choose “Settings” then go on to “Extensions.”
3. Uninstall by click on the trash can icon.                    

Informations de Base sur l'Extension

Nom InPrivateSearch InPrivateSearch
ID objejnoljdifjdpohfjiipnafbkdagln
URL Officiel https://chrome.google.com/webstore/detail/inprivatesearch/objejnoljdifjdpohfjiipnafbkdagln
Description Always stay anonymous and protected as your search the internet.
Taille du Fichier 54.87 KB
Nombre d'Installations 21
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-03-14
Date de Publication 2017-03-14
Développeur https://inprivatesearch.com
Type de Paiement free
URL de la Page d'Aide https://www.inprivatesearch.com/support
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InPrivateSearch",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Always stay anonymous and protected as your search the internet.",
    "homepage_url": "https:\/\/www.InPrivateSearch.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/",
        "storage",
        "privacy",
        "browsingData",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/protect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/results.inprivatesearch.com\/dynamiclander*"
            ],
            "js": [
                "src\/inject\/jquery.min.js",
                "src\/inject\/event.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/protect.js"
    ]
}