Cyber Guard

The browser extension notifies the security status of the website, request the permission to open the domain from malware list.

什麼是Cyber Guard?

Cyber Guard是由ottawa.purple開發的Chrome擴展程式,該擴展的主要功能是“The browser extension notifies the security status of the website, request the permission to open the domain from malware list.”。

擴展截圖

screenshot

下載Cyber Guard擴展crx文件

下載Cyber Guard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We protect your browser from visting dangerous sites. Cyber Guard checks every visited domain for a potential threat. If we detect the visited domain is not secure, you will receive a notification in the tab. You can also change the settings from the extension menu.
By installing the browser extension you agree to your privacy policy you can find here: https://www.cyber-guard.me/privacy-policy                    

擴展基本資訊

名稱 Cyber Guard Cyber Guard
ID ijjapkpjadbaegohjbkhbgdehhadmoon
官方網址 https://chromewebstore.google.com/detail/cyber-guard/ijjapkpjadbaegohjbkhbgdehhadmoon
簡介 The browser extension notifies the security status of the website, request the permission to open the domain from malware list.
檔案大小 522 KB
安裝次數 39,356
目前版本 1.0.1.0
更新時間 2021-07-05
上架時間 2021-07-05
評分 4.42/5 共 50 次評分
開發者 ottawa.purple
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.cyber-guard.me
隱私政策頁面URL https://www.cyber-guard.me/privacy-policy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyber Guard",
    "version": "1.0.1.0",
    "description": "The browser extension notifies the security status of the website, request the permission to open the domain from malware list.",
    "author": "Jean",
    "engine": "cyber-guard",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "",
        "webRequest",
        "unlimitedStorage",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background\/bundle.js",
            "vendors\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js",
                "vendors\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Cyber Guard",
        "default_icon": {
            "24": "images\/logo_24x24.png",
            "48": "images\/logo_48x48.png",
            "96": "images\/logo_96x96.png"
        }
    },
    "icons": {
        "24": "images\/logo_24x24.png",
        "48": "images\/logo_48x48.png",
        "96": "images\/logo_96x96.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "images\/*.png"
    ]
}