Emsisoft Browser Security
Blocks dangerous websites that distribute malware and prevents phishing attacks.
Wat is Emsisoft Browser Security?
Emsisoft Browser Security is een Chrome-extensie ontwikkeld door https://www.emsisoft.com, en de belangrijkste functie is "Blocks dangerous websites that distribute malware and prevents phishing attacks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Emsisoft Browser Security
Download Emsisoft Browser Security-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Emsisoft Browser Security |
ID | jfofijpkapingknllefalncmbiienkab |
Officiële URL | https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab |
Beschrijving | Blocks dangerous websites that distribute malware and prevents phishing attacks. |
Bestandsgrootte | 99.12 KB |
Aantal Installaties | 121,616 |
Huidige Versie | 2023.8.0.56 |
Laatst Bijgewerkt | 2023-09-21 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.69/5 Totaal 75 Beoordelingen |
Ontwikkelaar | https://www.emsisoft.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.emsisoft.com/ |
Help Pagina-URL | https://helpdesk.emsisoft.com/ |
URL van de Privacybeleid Pagina | https://www.emsisoft.com/en/company/privacy |
Ondersteunde Talen | 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\/*" ] } |