Browser JSGuard

An Addon for Detecting Malicious and Suspicious Webpages.

O que é Browser JSGuard?

Browser JSGuard é uma extensão do Chrome desenvolvida por C-DAC, Hyderabad, e sua principal característica é "An Addon for Detecting Malicious and Suspicious Webpages.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Browser JSGuard

Baixe arquivos de extensão Browser JSGuard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Browser JSGuard Browser JSGuard
ID ncpkigeklafkopcelcegambndlhkcbhb
URL Oficial https://chromewebstore.google.com/detail/browser-jsguard/ncpkigeklafkopcelcegambndlhkcbhb
Descrição An Addon for Detecting Malicious and Suspicious Webpages.
Tamanho do Arquivo 139 KB
Contagem de Instalações 13,525
Versão Atual 1.0.0.17
Última Atualização 2017-07-21
Data de Publicação 2017-07-20
Classificação 4.65/5 Total de 48 Avaliações
Desenvolvedor C-DAC, Hyderabad
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}