Emsisoft Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Cos'è Emsisoft Browser Security?

Emsisoft Browser Security è un'estensione di Chrome sviluppata da https://www.emsisoft.com, e la sua funzione principale è "Blocks dangerous websites that distribute malware and prevents phishing attacks.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Emsisoft Browser Security

Scarica i file di estensione Emsisoft Browser Security in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Emsisoft Browser Security Emsisoft Browser Security
ID jfofijpkapingknllefalncmbiienkab
URL Ufficiale https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab
Descrizione Blocks dangerous websites that distribute malware and prevents phishing attacks.
Dimensione del File 99.12 KB
Conteggio Installazioni 121,616
Versione Corrente 2023.8.0.56
Ultimo Aggiornamento 2023-09-21
Data di Pubblicazione 2019-03-08
Valutazione 4.69/5 Totale 75 Valutazioni
Sviluppatore https://www.emsisoft.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.emsisoft.com/
URL della Pagina di Aiuto https://helpdesk.emsisoft.com/
URL della Pagina della Politica sulla Privacy https://www.emsisoft.com/en/company/privacy
Lingue Supportate 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\/*"
    ]
}