Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
Adaware Web Protection란 무엇입니까?
Adaware Web Protection은(는) https://www.adaware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay protected while searching and surfing the Web. Never worry about suspicious websites again."입니다.
확장 프로그램 스크린샷
Adaware Web Protection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adaware Web Protection uses cutting-edge cloudbased detection technology which offers a more robust antivirus level of protection against dangerous websites. Every time a URL is scanned, the algorithm gets smarter and more precise which results in faster detection. With our cloud service, your extension gets access to the most up-to date list of potential malware, which protects you from zero-day threats.
확장 프로그램 기본 정보
이름 | |
ID | nnooggpliipegmffiolegeppbgkclbpi |
공식 URL | https://chromewebstore.google.com/detail/adaware-web-protection/nnooggpliipegmffiolegeppbgkclbpi |
설명 | Stay protected while searching and surfing the Web. Never worry about suspicious websites again. |
파일 크기 | 1.06 MB |
설치 횟수 | 91,480 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2021-08-12 |
출시 날짜 | 2020-03-25 |
평점 | 3.78/5 총 60 개의 평점 |
개발자 | https://www.adaware.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.adaware.com/privacy-policy |
지원되는 언어 | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Lavasoft", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "img\/browsericons\/icon19.png", "38": "img\/browsericons\/icon38.png" }, "default_title": "Web Protection" }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "26.0", "name": "Adaware Web Protection", "permissions": [ "storage", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Adaware Web Protection", "version": "1.0.9", "web_accessible_resources": [ "img\/*", "\/loading-page.html" ] } |