SearchProtection

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

Hvad er SearchProtection?

SearchProtection er en Chrome-udvidelse udviklet af http://promo.searchprotection.net, og dens hovedfunktion er "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".

Udvidelsesskærmbilleder

screenshot

Download SearchProtection-udvidelses-CRX-fil

Download SearchProtection-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SearchProtection SearchProtection
ID jamjfengjbeohlchphpabndfobnongap
Officiel URL https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap
Beskrivelse Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
Filstørrelse 26.11 KB
Antal Installationer 12
Nuværende Version 1.1.3
Senest Opdateret 2016-08-12
Udgivelsesdato 2016-08-12
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler http://promo.searchprotection.net
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://searchprotection.net/terms
Understøttede Sprog 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"
    ]
}