InPrivateSearch
Always stay anonymous and protected as your search the internet.
什麼是InPrivateSearch?
InPrivateSearch是由https://inprivatesearch.com開發的Chrome擴展程式,該擴展的主要功能是“Always stay anonymous and protected as your search the internet.”。
擴展截圖
下載InPrivateSearch擴展crx文件
下載InPrivateSearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | objejnoljdifjdpohfjiipnafbkdagln |
官方網址 | https://chrome.google.com/webstore/detail/inprivatesearch/objejnoljdifjdpohfjiipnafbkdagln |
簡介 | Always stay anonymous and protected as your search the internet. |
檔案大小 | 54.87 KB |
安裝次數 | 21 |
目前版本 | 1.0.1 |
更新時間 | 2017-03-14 |
上架時間 | 2017-03-14 |
開發者 | https://inprivatesearch.com |
付費類型 | free |
說明頁面URL | https://www.inprivatesearch.com/support |
支援的語言 | 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" ] } |