Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
Τι είναι το Adaware Web Protection;
Το Adaware Web Protection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.adaware.com, και η κύρια λειτουργία του είναι "Stay protected while searching and surfing the Web. Never worry about suspicious websites again.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Adaware Web Protection
Λήψη αρχείων επέκτασης 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" ] } |