Emsisoft Browser Security
Blocks dangerous websites that distribute malware and prevents phishing attacks.
Was ist Emsisoft Browser Security?
Emsisoft Browser Security ist eine Chrome-Erweiterung, die von https://www.emsisoft.com entwickelt wurde, und ihr Hauptmerkmal ist "Blocks dangerous websites that distribute malware and prevents phishing attacks.".
Erweiterungsscreenshots
Emsisoft Browser Security-Erweiterungs-CRX-Datei herunterladen
Laden Sie Emsisoft Browser Security-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
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.
Grundlegende Informationen zur Erweiterung
Name | Emsisoft Browser Security |
ID | jfofijpkapingknllefalncmbiienkab |
Offizielle URL | https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab |
Beschreibung | Blocks dangerous websites that distribute malware and prevents phishing attacks. |
Dateigröße | 99.12 KB |
Installationsanzahl | 121,616 |
Aktuelle Version | 2023.8.0.56 |
Letztes Update | 2023-09-21 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.69/5 Insgesamt 75 Bewertungen |
Entwickler | https://www.emsisoft.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.emsisoft.com/ |
Hilfeseite URL | https://helpdesk.emsisoft.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.emsisoft.com/en/company/privacy |
Unterstützte Sprachen | 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\/*" ] } |