SearchProtection

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

SearchProtectionคืออะไร?

SearchProtection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://promo.searchprotection.net และคุณลักษณะหลักของมันคือ "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchProtection

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}