Page Guard

Protect your digital privacy and enjoy safe browsing experience

什么是Page Guard?

Page Guard是由Adblocker Experts开发的Chrome扩展程序,该扩展的主要功能是“Protect your digital privacy and enjoy safe browsing experience”。

扩展截图

screenshot
screenshot

下载Page Guard扩展crx文件

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

扩展使用说明

                        Page Guard protects you from visiting malicious sites and allows you to safely search the web.
This extension blocks dangerous websites that distribute malware, spyware, viruses, trojans and prevents phishing attacks. Page Guard does not collect your browsing history or private data. It uses real-time security technology to protect your system from malware, scamware, spyware and adware.

If you decide to install the browser extension, you confirm our privacy policy which you can find here: https://www.pageguard.online/privacy-policy                    

扩展基本信息

名称 Page Guard Page Guard
ID cicafjehjahncdbpbjjelcdkckdfklpb
官方URL https://chrome.google.com/webstore/detail/page-guard/cicafjehjahncdbpbjjelcdkckdfklpb
简介 Protect your digital privacy and enjoy safe browsing experience
文件大小 96.52 KB
安装次数 40,000
当前版本 1.3.0
更新时间 2021-03-16
上架时间 2020-11-10
评分 3.39/5 共18次评分
开发者 Adblocker Experts
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.pageguard.online/
隐私政策页面URL https://www.pageguard.online/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.3.0",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Page Guard Extension",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linkvertise.com\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/content\/partnerScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/static.onlinewebapitrack.com ; object-src 'self'"
}