Emsisoft Browser Security
Blocks dangerous websites that distribute malware and prevents phishing attacks.
Τι είναι το Emsisoft Browser Security;
Το Emsisoft Browser Security είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.emsisoft.com, και η κύρια λειτουργία του είναι "Blocks dangerous websites that distribute malware and prevents phishing attacks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Emsisoft Browser Security
Λήψη αρχείων επέκτασης Emsisoft Browser Security σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Emsisoft Browser Security protects you from bad websites and prevents phishing attacks without tracking your activity. This privacy-conscious browser extension is lightweight and lightning-fast. It blocks access to websites that distribute malware and prevents phishing attacks that try to steal your passwords, while still giving you the flexibility to visit the sites you trust. Emsisoft Browser Security uses privacy-conscious security technology, so it does not collect your browsing activity data. Your browsing history is your business. Keeping you safe online is ours. No browsing activity tracking. Just security.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Emsisoft Browser Security |
ID | jfofijpkapingknllefalncmbiienkab |
Επίσημο URL | https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab |
Περιγραφή | Blocks dangerous websites that distribute malware and prevents phishing attacks. |
Μέγεθος Αρχείου | 99.12 KB |
Αριθμός Εγκαταστάσεων | 121,616 |
Τρέχουσα Έκδοση | 2023.8.0.56 |
Τελευταία Ενημέρωση | 2023-09-21 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 4.69/5 Συνολικά 75 Αξιολογήσεις |
Προγραμματιστής | https://www.emsisoft.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.emsisoft.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://helpdesk.emsisoft.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.emsisoft.com/en/company/privacy |
Υποστηριζόμενες Γλώσσες | de,en,fr,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Emsisoft Ltd", "name": "Emsisoft Browser Security", "description": "__MSG_appDesc__", "version": "2023.8.0.56", "manifest_version": 3, "default_locale": "en", "icons": { "128": "assets\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "assets\/logo.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "downloads" ], "host_permissions": [ "*:\/\/*\/*", "https:\/\/alomar.emsisoft.com\/*" ] } |