Browser JSGuard

An Addon for Detecting Malicious and Suspicious Webpages.

什么是Browser JSGuard?

Browser JSGuard是由C-DAC, Hyderabad开发的Chrome扩展程序,该扩展的主要功能是“An Addon for Detecting Malicious and Suspicious Webpages.”。

扩展截图

screenshot
screenshot

下载Browser JSGuard扩展crx文件

下载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",
        ""
    ]
}