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文件
下载Adaware Web Protection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |