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