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 |
公式URL | 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" ] } |