Browser JSGuard

An Addon for Detecting Malicious and Suspicious Webpages.

What is Browser JSGuard?

Browser JSGuard is a Chrome extension developed by C-DAC, Hyderabad, and its main feature is "An Addon for Detecting Malicious and Suspicious Webpages.".

Extension Screenshots

screenshot
screenshot

Download Browser JSGuard Extension CRX File

Download Browser JSGuard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Browser JSGuard Browser JSGuard
ID ncpkigeklafkopcelcegambndlhkcbhb
Official URL https://chromewebstore.google.com/detail/browser-jsguard/ncpkigeklafkopcelcegambndlhkcbhb
Description An Addon for Detecting Malicious and Suspicious Webpages.
File Size 139 KB
Installation Count 13,525
Current Version 1.0.0.17
Last Updated 2017-07-21
Publish Date 2017-07-20
Rating 4.65/5 Total 48 Ratings
Developer C-DAC, Hyderabad
Payment Type free
Supported Languages 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",
        ""
    ]
}