Browser Guard

Protect browsers from accessing untrusted websites.

什么是Browser Guard?

Browser Guard是由PhishAnatomy开发的Chrome扩展程序,该扩展的主要功能是“Protect browsers from accessing untrusted websites.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Browser Guard扩展crx文件

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

扩展使用说明

                        Browser Guard intercepts all top-level navigation requests and checks if the destination is on your list of trusted domains. If it is not found, the request is blocked, and you're given the option to temporarily or permanently trust the domain.                    

扩展基本信息

名称 Browser Guard Browser Guard
ID pkmhephjkgkjgfmpjcdjapkmjappfbjf
官方URL https://chromewebstore.google.com/detail/browser-guard/pkmhephjkgkjgfmpjcdjapkmjappfbjf
简介 Protect browsers from accessing untrusted websites.
文件大小 221 KB
安装次数 30
当前版本 0.0.3
更新时间 2022-01-24
上架时间 2022-01-17
开发者 PhishAnatomy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/phishanatomy/Browser-Guard
帮助页面URL https://github.com/phishanatomy/Browser-Guard/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "0.0.3",
    "manifest_version": 2,
    "content_security_policy": "default-src 'self';",
    "icons": {
        "16": "art\/browser-guard-16.png",
        "24": "art\/browser-guard-24.png",
        "32": "art\/browser-guard-32.png",
        "48": "art\/browser-guard-48.png",
        "64": "art\/browser-guard-64.png",
        "128": "art\/browser-guard-128.png",
        "256": "art\/browser-guard-256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "art\/browser-guard-16.png",
            "24": "art\/browser-guard-24.png",
            "32": "art\/browser-guard-32.png",
            "48": "art\/browser-guard-48.png",
            "64": "art\/browser-guard-64.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "html\/blocked.html"
    ]
}