InPrivateSearch
Always stay anonymous and protected as your search the internet.
InPrivateSearch là gì?
InPrivateSearch là một tiện ích mở rộng Chrome được phát triển bởi https://inprivatesearch.com, và tính năng chính của nó là "Always stay anonymous and protected as your search the internet.".
Ả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 InPrivateSearch
Tải xuống các tệp mở rộng InPrivateSearch 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
InPrivateSearch: Protecting and securing your online searches DISCLOSURE: Your searches are redirected to our privacy-protecting search engine at www.inprivacysearch.com FEATURES: 1. Tracking prevention - By redirecting your searches to our privacy-protecting search engine, companies and other search engines will not be able to track and profile you. 2. Keystroke logging protection - Your keystrokes are not logged in IPS unlike in other search engines. How to Uninstall: 1. Click on the menu bottom at the top right corner of your browser 2. Choose “Settings” then go on to “Extensions.” 3. Uninstall by click on the trash can icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | objejnoljdifjdpohfjiipnafbkdagln |
URL Chính Thức | https://chrome.google.com/webstore/detail/inprivatesearch/objejnoljdifjdpohfjiipnafbkdagln |
Mô tả | Always stay anonymous and protected as your search the internet. |
Kích Thước Tệp | 54.87 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-03-14 |
Ngày Phát Hành | 2017-03-14 |
Nhà Phát Triển | https://inprivatesearch.com |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.inprivatesearch.com/support |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InPrivateSearch", "version": "1.0.1", "manifest_version": 2, "description": "Always stay anonymous and protected as your search the internet.", "homepage_url": "https:\/\/www.InPrivateSearch.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/", "storage", "privacy", "browsingData", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/protect.js" ] }, { "matches": [ "*:\/\/results.inprivatesearch.com\/dynamiclander*" ], "js": [ "src\/inject\/jquery.min.js", "src\/inject\/event.js" ] } ], "web_accessible_resources": [ "src\/inject\/protect.js" ] } |