Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
Was ist Adaware Web Protection?
Adaware Web Protection ist eine Chrome-Erweiterung, die von https://www.adaware.com entwickelt wurde, und ihr Hauptmerkmal ist "Stay protected while searching and surfing the Web. Never worry about suspicious websites again.".
Erweiterungsscreenshots
Adaware Web Protection-Erweiterungs-CRX-Datei herunterladen
Laden Sie Adaware Web Protection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nnooggpliipegmffiolegeppbgkclbpi |
Offizielle URL | https://chromewebstore.google.com/detail/adaware-web-protection/nnooggpliipegmffiolegeppbgkclbpi |
Beschreibung | Stay protected while searching and surfing the Web. Never worry about suspicious websites again. |
Dateigröße | 1.06 MB |
Installationsanzahl | 91,480 |
Aktuelle Version | 1.0.9 |
Letztes Update | 2021-08-12 |
Veröffentlichungsdatum | 2020-03-25 |
Bewertung | 3.78/5 Insgesamt 60 Bewertungen |
Entwickler | https://www.adaware.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.adaware.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |