Ashampoo Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Cos'è Ashampoo Browser Security?

Ashampoo Browser Security è un'estensione di Chrome sviluppata da https://www.ashampoo.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 Ashampoo Browser Security

Scarica i file di estensione Ashampoo 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

                        Blockt gefährliche Webseiten die Malware verbreiten, und beugt Phishing-Attacken vor.                    

Informazioni di Base sull'Estensione

Nome Ashampoo Browser Security Ashampoo Browser Security
ID cejmmfjohpplabdiodkdljccobdnpadc
URL Ufficiale https://chrome.google.com/webstore/detail/ashampoo-browser-security/cejmmfjohpplabdiodkdljccobdnpadc
Descrizione Blocks dangerous websites that distribute malware and prevents phishing attacks.
Dimensione del File 102 KB
Conteggio Installazioni 3,000
Versione Corrente 2018.12.0.12
Ultimo Aggiornamento 2019-07-28
Data di Pubblicazione 2019-07-19
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore https://www.ashampoo.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ashampoo.com/p/0849/
URL della Pagina di Aiuto https://support.ashampoo.com
URL della Pagina della Politica sulla Privacy https://www.ashampoo.com/privacy
Lingue Supportate de,en,fr,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Ashampoo GmbH & Co KG",
    "name": "Ashampoo Browser Security",
    "description": "__MSG_appDesc__",
    "version": "2018.12.0.12",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "assets\/logo.png"
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "lib\/jquery.min.js",
            "lib\/md5.min.js",
            "lib\/rc4.js",
            "icon.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "lib\/browser-polyfill.min.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/alomar.emsisoft.com\/*",
        "downloads",
        "storage",
        "tabs"
    ]
}