ChromeGuard

ChromeGuard is an innovative, safe-browsing application that provides CIPA compliance on Chrome Devices for school and home use.

什么是ChromeGuard?

ChromeGuard是由https://petraguardsoftware.com开发的Chrome扩展程序,该扩展的主要功能是“ChromeGuard is an innovative, safe-browsing application that provides CIPA compliance on Chrome Devices for school and home use.”。

扩展截图

screenshot
screenshot

下载ChromeGuard扩展crx文件

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

扩展使用说明

                        Chrome Guard is an innovative, free, safe-browsing application for Chrome that provides CIPA compliance on Chrome Browsers and Chrome Devices for school and home use. It blocks pornography and proxy sites to protect users. ChromeGuard even filters searches, which DNS-based solutions can't.

ChromeGuard is free and always will be.

ChromeGuard is a product of PetraGuard Software. You can read more about us and our products at https://petraguardsoftware.com/

Privacy Policy:
https://petraguardsoftware.com/privacypolicy.htm                    

扩展基本信息

名称 ChromeGuard ChromeGuard
ID mjgebmfeoicljihlfniblbklfjiafaec
官方URL https://chromewebstore.google.com/detail/chromeguard/mjgebmfeoicljihlfniblbklfjiafaec
简介 ChromeGuard is an innovative, safe-browsing application that provides CIPA compliance on Chrome Devices for school and home use.
文件大小 2.84 MB
安装次数 11,074
当前版本 0.713
更新时间 2023-02-27
上架时间 2020-06-06
评分 4.88/5 共8次评分
开发者 https://petraguardsoftware.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://petraguardsoftware.com/ChromeGuard.php
帮助页面URL https://petraguardsoftware.com/contact.php
隐私政策页面URL https://petraguardsoftware.com/privacypolicy.htm
支持的语言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromeGuard",
    "version": "0.713",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "web_accessible_resources": [
        "resources\/blocked.html",
        "resources\/about.js",
        "resources\/jquery-2.1.1.min.js",
        "resources\/blank",
        "resources\/blocked.png",
        "resources\/ChromeGuard logo 128.png",
        "resources\/shared.js",
        "resources\/icon.js",
        "resources\/bootstrap.min.css"
    ],
    "permissions": [
        "webRequestBlocking",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "incognito": "split",
    "oauth2": {
        "client_id": "508623603138-8cjv1m3p106ceg5dqromhkfrtj7jm993.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "background": {
        "scripts": [
            "lib\/chrome-polyfill.js",
            "resources\/shared.js",
            "resources\/jquery-2.1.1.min.js",
            "lib\/blocklist.js",
            "lib\/chromeguard.js",
            "extension.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "resources\/ChromeGuard logo 128.png",
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "32": "resources\/icon32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn4qZbgvSHGNgDednQbj82Y0vrwRuR7b28BC1Fn0BO4dNqJL38tVxy\/gjoKnJtWkcZHd0hrjS8Q4zWzIYob0FoAn5tB6E21DRnhFIW6btNURbKSnkYT3y6nuK+NJDyuAhlUWzbInuyh6hELqnIntZPteX+GnnNfjAbXiBflUgjplN3KtHGMVKNRP3uqeU54hUaZL6JeakXleJ6n1KTQKbTi9Ftwe0i0qY7649PjuLnvcZEMNc8SrNUelOBzpBbCt7qDVogzouOlUu9KtDPBa1168pGQ1rju6FqlAuqAgVNaDCoRZGyLu2t\/TAoiByHzm4j28\/fOY8riz5Xpqs7Asf0QIDAQAB",
    "browser_action": {
        "default_icon": {
            "19": "resources\/icon19.png",
            "38": "resources\/icon38.png"
        },
        "default_title": "ChromeGuard",
        "default_popup": "\/resources\/icon.html"
    }
}