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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ottawa.purple และคุณลักษณะหลักของมันคือ "The browser extension notifies the security status of the website, request the permission to open the domain from malware list."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyber Guard

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}