Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
Qu'est-ce que Adaware Web Protection ?
Adaware Web Protection est une extension Chrome développée par https://www.adaware.com, et sa fonction principale est "Stay protected while searching and surfing the Web. Never worry about suspicious websites again.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Adaware Web Protection
Téléchargez les fichiers d'extension Adaware Web Protection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nnooggpliipegmffiolegeppbgkclbpi |
URL Officiel | https://chromewebstore.google.com/detail/adaware-web-protection/nnooggpliipegmffiolegeppbgkclbpi |
Description | Stay protected while searching and surfing the Web. Never worry about suspicious websites again. |
Taille du Fichier | 1.06 MB |
Nombre d'Installations | 91,480 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2021-08-12 |
Date de Publication | 2020-03-25 |
Évaluation | 3.78/5 Total 60 Évaluations |
Développeur | https://www.adaware.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.adaware.com/privacy-policy |
Langues Prises en Charge | 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" ] } |