Web Guardian

Protect your browser and personal information with Web Guardian

Web Guardianとは何ですか?

Web Guardianはsofia.republicによって開発されたChromeの拡張機能で、その主な機能は「Protect your browser and personal information with Web Guardian」です。

拡張機能のスクリーンショット

screenshot
screenshot

Web Guardian拡張機能のCRXファイルをダウンロード

Web Guardian拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Web Guarding protects your browser from visiting harmful sites.
We detect in real time if you visit an unsecure site and provide a a warning.
However you can pause/ deactivate the warning for any site and browse it without delay.


With installing the browser extension you give your consent to our privacy policy.
You can see our privacy policy here.                    

拡張機能の基本情報

名前 Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
公式URL https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
説明 Protect your browser and personal information with Web Guardian
ファイルサイズ 105 KB
インストール数 29,231
現在のバージョン 1.3
最終更新日 2021-09-21
公開日 2021-06-18
評価 5.00/5 合計 1 レビュー
開発者 sofia.republic
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.web-guardian.xyz/
プライバシーポリシーページのURL https://www.web-guardian.xyz/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Guardian",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Protect your browser and personal information with Web Guardian",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "vendor\/jsencrypt.min.js",
            "utils\/tlds.js",
            "js\/background-scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/19.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        "blocking-iframe\/blocking-iframe.html",
        "consent-screen\/data-control.html"
    ]
}