Ashampoo Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

What is Ashampoo Browser Security?

Ashampoo Browser Security is a Chrome extension developed by https://www.ashampoo.com, and its main feature is "Blocks dangerous websites that distribute malware and prevents phishing attacks.".

Extension Screenshots

screenshot
screenshot

Download Ashampoo Browser Security Extension CRX File

Download Ashampoo Browser Security extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Ashampoo Browser Security Ashampoo Browser Security
ID cejmmfjohpplabdiodkdljccobdnpadc
Official URL https://chrome.google.com/webstore/detail/ashampoo-browser-security/cejmmfjohpplabdiodkdljccobdnpadc
Description Blocks dangerous websites that distribute malware and prevents phishing attacks.
File Size 102 KB
Installation Count 3,000
Current Version 2018.12.0.12
Last Updated 2019-07-28
Publish Date 2019-07-19
Rating 4.17/5 Total 6 Ratings
Developer https://www.ashampoo.com
Email [email protected]
Payment Type free
Extension Website https://www.ashampoo.com/p/0849/
Help Page URL https://support.ashampoo.com
Privacy Policy Page URL https://www.ashampoo.com/privacy
Supported Languages 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"
    ]
}