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
Eメール [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"
    ]
}