SearchProtection

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

Co to jest SearchProtection?

SearchProtection to rozszerzenie Chrome opracowane przez http://promo.searchprotection.net, a jego główną funkcją jest „Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SearchProtection

Pobierz pliki rozszerzeń SearchProtection w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa SearchProtection SearchProtection
ID jamjfengjbeohlchphpabndfobnongap
Oficjalny URL https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap
Opis Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
Rozmiar pliku 26.11 KB
Liczba instalacji 12
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2016-08-12
Data Publikacji 2016-08-12
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper http://promo.searchprotection.net
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://searchprotection.net/terms
Obsługiwane Języki 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"
    ]
}