Browser JSGuard

An Addon for Detecting Malicious and Suspicious Webpages.

Browser JSGuardคืออะไร?

Browser JSGuard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C-DAC, Hyderabad และคุณลักษณะหลักของมันคือ "An Addon for Detecting Malicious and Suspicious Webpages."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Browser JSGuard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:
Content/Heuristic based web malware protection.
Alerts the user on malicious web pages.
Provides detailed analysis of a webpage(by clicking on the icon present in Addon bar).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Browser JSGuard Browser JSGuard
ID ncpkigeklafkopcelcegambndlhkcbhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-jsguard/ncpkigeklafkopcelcegambndlhkcbhb
คำอธิบาย An Addon for Detecting Malicious and Suspicious Webpages.
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 13,525
เวอร์ชันปัจจุบัน 1.0.0.17
อัปเดตครั้งล่าสุด 2017-07-21
วันที่เผยแพร่ 2017-07-20
คะแนน 4.65/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา C-DAC, Hyderabad
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser JSGuard",
    "short_name": "Protects from JavaScript threats",
    "version": "1.0.0.17",
    "manifest_version": 2,
    "description": "An Addon for Detecting Malicious and Suspicious Webpages.",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "cdac18.png",
        "default_title": "Webpage Behavior Report"
    },
    "author": "C-DAC, Hyderabad",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "jquery.js",
                "bB.js",
                "dD.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/cdac.in\/index.aspx?id=cs_eps_end_point_security",
    "permissions": [
        "tabs",
        "webNavigation",
        ""
    ]
}