SearchProtection

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

SearchProtection란 무엇입니까?

SearchProtection은(는) http://promo.searchprotection.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool."입니다.

확장 프로그램 스크린샷

screenshot

SearchProtection 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SearchProtection SearchProtection
ID jamjfengjbeohlchphpabndfobnongap
공식 URL https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap
설명 Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
파일 크기 26.11 KB
설치 횟수 12
현재 버전 1.1.3
최근 업데이트 2016-08-12
출시 날짜 2016-08-12
평점 1.00/5 총 1 개의 평점
개발자 http://promo.searchprotection.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://searchprotection.net/terms
지원되는 언어 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"
    ]
}