Browser JSGuard

An Addon for Detecting Malicious and Suspicious Webpages.

Cos'è Browser JSGuard?

Browser JSGuard è un'estensione di Chrome sviluppata da C-DAC, Hyderabad, e la sua funzione principale è "An Addon for Detecting Malicious and Suspicious Webpages.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Browser JSGuard

Scarica i file di estensione Browser JSGuard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Browser JSGuard Browser JSGuard
ID ncpkigeklafkopcelcegambndlhkcbhb
URL Ufficiale https://chromewebstore.google.com/detail/browser-jsguard/ncpkigeklafkopcelcegambndlhkcbhb
Descrizione An Addon for Detecting Malicious and Suspicious Webpages.
Dimensione del File 139 KB
Conteggio Installazioni 13,525
Versione Corrente 1.0.0.17
Ultimo Aggiornamento 2017-07-21
Data di Pubblicazione 2017-07-20
Valutazione 4.65/5 Totale 48 Valutazioni
Sviluppatore C-DAC, Hyderabad
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}