Ashampoo Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

什么是Ashampoo Browser Security?

Ashampoo Browser Security是由https://www.ashampoo.com开发的Chrome扩展程序,该扩展的主要功能是“Blocks dangerous websites that distribute malware and prevents phishing attacks.”。

扩展截图

screenshot
screenshot

下载Ashampoo Browser Security扩展crx文件

下载Ashampoo Browser Security扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Ashampoo Browser Security Ashampoo Browser Security
ID cejmmfjohpplabdiodkdljccobdnpadc
官方URL https://chrome.google.com/webstore/detail/ashampoo-browser-security/cejmmfjohpplabdiodkdljccobdnpadc
简介 Blocks dangerous websites that distribute malware and prevents phishing attacks.
文件大小 102 KB
安装次数 3,000
当前版本 2018.12.0.12
更新时间 2019-07-28
上架时间 2019-07-19
评分 4.17/5 共6次评分
开发者 https://www.ashampoo.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ashampoo.com/p/0849/
帮助页面URL https://support.ashampoo.com
隐私政策页面URL https://www.ashampoo.com/privacy
支持的语言 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"
    ]
}