SearchProtection
Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
SearchProtection là gì?
SearchProtection là một tiện ích mở rộng Chrome được phát triển bởi http://promo.searchprotection.net, và tính năng chính của nó là "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SearchProtection
Tải xuống các tệp mở rộng SearchProtection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jamjfengjbeohlchphpabndfobnongap |
URL Chính Thức | https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap |
Mô tả | Keep your search history private with SearchProtection: the anonymous search engine and privacy tool. |
Kích Thước Tệp | 26.11 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2016-08-12 |
Ngày Phát Hành | 2016-08-12 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://promo.searchprotection.net |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://searchprotection.net/terms |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |