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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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