Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
O que é Adaware Web Protection?
Adaware Web Protection é uma extensão do Chrome desenvolvida por https://www.adaware.com, e sua principal característica é "Stay protected while searching and surfing the Web. Never worry about suspicious websites again.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Adaware Web Protection
Baixe arquivos de extensão Adaware Web Protection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nnooggpliipegmffiolegeppbgkclbpi |
URL Oficial | https://chromewebstore.google.com/detail/adaware-web-protection/nnooggpliipegmffiolegeppbgkclbpi |
Descrição | Stay protected while searching and surfing the Web. Never worry about suspicious websites again. |
Tamanho do Arquivo | 1.06 MB |
Contagem de Instalações | 91,480 |
Versão Atual | 1.0.9 |
Última Atualização | 2021-08-12 |
Data de Publicação | 2020-03-25 |
Classificação | 3.78/5 Total de 60 Avaliações |
Desenvolvedor | https://www.adaware.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.adaware.com/privacy-policy |
Idiomas Suportados | 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" ] } |