Browser Guard

Protect browsers from accessing untrusted websites.

Browser Guard là gì?

Browser Guard là một tiện ích mở rộng Chrome được phát triển bởi PhishAnatomy, và tính năng chính của nó là "Protect browsers from accessing untrusted websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Guard

Tải xuống các tệp mở rộng Browser Guard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browser Guard Browser Guard
ID pkmhephjkgkjgfmpjcdjapkmjappfbjf
URL Chính Thức https://chromewebstore.google.com/detail/browser-guard/pkmhephjkgkjgfmpjcdjapkmjappfbjf
Mô tả Protect browsers from accessing untrusted websites.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-01-24
Ngày Phát Hành 2022-01-17
Nhà Phát Triển PhishAnatomy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/phishanatomy/Browser-Guard
URL Trang Trợ Giúp https://github.com/phishanatomy/Browser-Guard/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}