PC Protect Safe Site

Safe Site helps block harmful and malicious URLs to improve your internet experience and keep you safe.

什么是PC Protect Safe Site?

PC Protect Safe Site是由https://www.pcprotect.com开发的Chrome扩展程序,该扩展的主要功能是“Safe Site helps block harmful and malicious URLs to improve your internet experience and keep you safe.”。

扩展截图

screenshot
screenshot
screenshot

下载PC Protect Safe Site扩展crx文件

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

扩展使用说明

                        PC Protect Safe Site helps block harmful and malicious URL’s allowing you to enjoy your internet experience without any worries. 

Users will also benefit from free domain categorization and security filters to ensure you are protected against malware, deceptive and phishing websites.

You are also provided with quick access tools to open incognito browsing, clear history and cookies.                    

扩展基本信息

名称 PC Protect Safe Site PC Protect Safe Site
ID nggnllipjhjadjehkjcfgcomahomninl
官方URL https://chromewebstore.google.com/detail/pc-protect-safe-site/nggnllipjhjadjehkjcfgcomahomninl
简介 Safe Site helps block harmful and malicious URLs to improve your internet experience and keep you safe.
文件大小 6.33 MB
安装次数 6,437
当前版本 1.35.0.0
更新时间 2019-11-14
上架时间 2019-11-13
评分 3.50/5 共8次评分
开发者 https://www.pcprotect.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.pcprotect.com
帮助页面URL https://support.pcprotect.com
隐私政策页面URL https://www.pcprotect.com/privacy
支持的语言 de,en,fr,nl,no,tr,da,es,it,pl,pt-PT,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "author": "SS Protect Ltd",
    "version": "1.35.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_browserAction_defaultTitle__",
        "default_popup": "assets\/html\/popup.html",
        "default_icon": {
            "16": "\/assets\/img\/_brand\/icon16.png",
            "20": "\/assets\/img\/_brand\/icon20.png",
            "48": "\/assets\/img\/_brand\/icon48.png",
            "80": "\/assets\/img\/_brand\/icon80.png",
            "128": "\/assets\/img\/_brand\/icon128.png"
        },
        "browser_style": false,
        "permissions": [
            "activeTab",
            ""
        ]
    },
    "icons": {
        "16": "\/assets\/img\/_brand\/icon16.png",
        "20": "\/assets\/img\/_brand\/icon20.png",
        "48": "\/assets\/img\/_brand\/icon48.png",
        "80": "\/assets\/img\/_brand\/icon80.png",
        "128": "\/assets\/img\/_brand\/icon128.png"
    },
    "web_accessible_resources": [
        "\/assets\/img\/**\/*.png",
        "\/assets\/img\/**\/*.jpg"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "storage",
        "browsingData",
        "notifications",
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "webNavigation",
        "downloads",
        "downloads.open",
        "history",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "proxy"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/shared\/jquery.min.js",
                "assets\/js\/content_scripts\/extension-api-normalizer.js",
                "assets\/js\/content_scripts\/stop_google_generating_tracking_links.js",
                "assets\/js\/content_scripts\/password-vault-field-checker.js",
                "assets\/js\/extContentApp.min.js"
            ],
            "css": [
                "\/assets\/css\/injectable\/global\/secure-search.min.css",
                "\/assets\/css\/injectable\/_brand\/secure-search.min.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "assets\/js\/shared\/jquery.min.js",
                "assets\/js\/content_scripts\/extension-api-normalizer.js",
                "assets\/js\/content_scripts\/adguard-content.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/my.totalav.com\/*",
                "*:\/\/my.scanguard.com\/*",
                "*:\/\/my.pcprotect.com\/*",
                "*:\/\/my.totalav.qa.ssdev.co\/*",
                "*:\/\/my.scanguard.qa.ssdev.co\/*",
                "*:\/\/my.pcprotect.qa.ssdev.co\/*",
                "*:\/\/my.totalav.uat.ssdev.co\/*",
                "*:\/\/my.scanguard.uat.ssdev.co\/*",
                "*:\/\/my.pcprotect.uat.ssdev.co\/*",
                "*:\/\/my.totalav.local\/*",
                "*:\/\/my.scanguard.local\/*",
                "*:\/\/my.pcprotect.local\/*"
            ],
            "js": [
                "assets\/js\/content_scripts\/my-adblock-toggle.js",
                "assets\/js\/content_scripts\/my-webshield-newtab.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/shared\/jquery.min.js",
            "assets\/js\/shared\/extension-api-normalizer.js",
            "assets\/js\/background_scripts\/message-broker.js",
            "assets\/js\/background_scripts\/combined-background.js",
            "assets\/js\/background_scripts\/intercept-and-redirect.js",
            "assets\/js\/background_scripts\/adguard\/adguard-api.js",
            "assets\/js\/extBackgroundApp.min.js"
        ]
    },
    "incognito": "split"
}