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 |
官方網址 | 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" ] } |