Browser JSGuard

An Addon for Detecting Malicious and Suspicious Webpages.

Co to jest Browser JSGuard?

Browser JSGuard to rozszerzenie Chrome opracowane przez C-DAC, Hyderabad, a jego główną funkcją jest „An Addon for Detecting Malicious and Suspicious Webpages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Browser JSGuard

Pobierz pliki rozszerzeń Browser JSGuard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Browser JSGuard Browser JSGuard
ID ncpkigeklafkopcelcegambndlhkcbhb
Oficjalny URL https://chromewebstore.google.com/detail/browser-jsguard/ncpkigeklafkopcelcegambndlhkcbhb
Opis An Addon for Detecting Malicious and Suspicious Webpages.
Rozmiar pliku 139 KB
Liczba instalacji 13,525
Aktualna Wersja 1.0.0.17
Ostatnia Aktualizacja 2017-07-21
Data Publikacji 2017-07-20
Ocena 4.65/5 Łącznie 48 Oceny
Deweloper C-DAC, Hyderabad
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}