Dr.Protect: Secure Search
Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine
Dr.Protect: Secure Search란 무엇입니까?
Dr.Protect: Secure Search은(는) https://drprotect.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine"입니다.
확장 프로그램 스크린샷
Dr.Protect: Secure Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search safely online by enabling Norton Safe Search as your default search provider for maximum protection on Chrome. You must install this extension to set Norton Safe Search as your default search provider, home and new tab page for Chrome. Dr.Protect: Secure Search defends you from identity thieves and online scams by warning you of dangerous sites when you search, shop or browse online. Dr.Protect: Secure Search provides you added peace of mind from online threats by: - Automatically filtering unsafe web results - Providing you with safety ratings on all your search results - Letting you know which shopping sites are safe. Note that this extension enables resetting Dr.Protect: Secure Search as your default search provider, home and new tab page on Chrome.
확장 프로그램 기본 정보
이름 | Dr.Protect: Secure Search |
ID | bhgmcidfcdpepjjdpobpejfgbejjknjc |
공식 URL | https://chromewebstore.google.com/detail/drprotect-secure-search/bhgmcidfcdpepjjdpobpejfgbejjknjc |
설명 | Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine |
파일 크기 | 54.36 KB |
설치 횟수 | 816 |
현재 버전 | 2.0 |
최근 업데이트 | 2019-05-13 |
출시 날짜 | 2019-05-12 |
평점 | 4.93/5 총 30 개의 평점 |
개발자 | https://drprotect.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://drprotect.net |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Dr.Protect: Secure Search", "default_icon": "img\/icon32.png", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/drprotect.net\/img\/search.png", "is_default": true, "keyword": "DP", "name": "Search", "search_url": "https:\/\/drprotect.net\/search\/v2\/?q={searchTerms}", "suggest_url": "https:\/\/drprotect.net\/search\/suggest\/?q={searchTerms}" } }, "description": "Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine", "icons": { "256": "img\/icon256.png", "128": "img\/icon128.png", "96": "img\/icon96.png", "48": "img\/icon48.png", "32": "img\/icon32.png", "16": "img\/icon16.png" }, "manifest_version": 2, "minimum_chrome_version": "19.0.0.0", "name": "Dr.Protect: Secure Search", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0" } |