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ファイルをダウンロード

SearchProtection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}