Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

什么是Symantec Browser Protection?

Symantec Browser Protection是由https://broadcom.com开发的Chrome扩展程序,该扩展的主要功能是“Browser Security by Symantec Endpoint Security Division of Broadcom.”。

扩展截图

screenshot
screenshot

下载Symantec Browser Protection扩展crx文件

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

扩展使用说明

                        Symantec Browser Protection offers an in-browser security solution for keeping you safe online. Now available for early preview. 

Symantec Threat Intelligence teams around the world provide unparalleled analysis and commentary on the cyberthreats affecting businesses today. Symantec Web Protection brings this intelligence into your browser to detect and block various web-borne threats such as:

❎ Phishing sites
❎ Malware downloads
❎ Malicious advertisements
❎ Compromised websites

Learn more about active threats from Symantec’s daily protection bulletins:
https://www.broadcom.com/support/security-center/protection-bulletin                    

扩展基本信息

名称 Symantec Browser Protection Symantec Browser Protection
ID hielpjjagjimpgppnopiibaefhfpbpfn
官方URL https://chromewebstore.google.com/detail/symantec-browser-protecti/hielpjjagjimpgppnopiibaefhfpbpfn
简介 Browser Security by Symantec Endpoint Security Division of Broadcom.
文件大小 276 KB
安装次数 736
当前版本 1.0.0.26
更新时间 2024-01-30
上架时间 2024-01-19
评分 5.00/5 共150次评分
开发者 https://broadcom.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://ced.broadcom.com/sed/all/sbp-install
帮助页面URL https://www.broadcom.com/company/contact-us/feedback-and-comments
隐私政策页面URL https://www.broadcom.com/company/legal/privacy/policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "Symantec Browser Protection",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "version": "1.0.0.26",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "sep.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [],
    "icons": {
        "16": "sep.png",
        "48": "sep.png"
    },
    "incognito": "split",
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "service_worker": "SBP.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}