SearchProtection

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

What is SearchProtection?

SearchProtection is a Chrome extension developed by http://promo.searchprotection.net, and its main feature is "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".

Extension Screenshots

screenshot

Download SearchProtection Extension CRX File

Download SearchProtection 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

                        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                    

Extension Basic Information

Name SearchProtection SearchProtection
ID jamjfengjbeohlchphpabndfobnongap
Official URL https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap
Description Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
File Size 26.11 KB
Installation Count 12
Current Version 1.1.3
Last Updated 2016-08-12
Publish Date 2016-08-12
Rating 1.00/5 Total 1 Ratings
Developer http://promo.searchprotection.net
Email [email protected]
Payment Type free
Privacy Policy Page URL http://searchprotection.net/terms
Supported Languages 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"
    ]
}