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