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
官方網址 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
電子郵箱 [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"
    ]
}