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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |