SiteCheck

A lightweight and convenient tool to help you stay safe while browsing the web.

O que é SiteCheck?

SiteCheck é uma extensão do Chrome desenvolvida por sitecheckapp, e sua principal característica é "A lightweight and convenient tool to help you stay safe while browsing the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SiteCheck

Baixe arquivos de extensão SiteCheck 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

                        Checks the webpages you visit against AVG's website security test and notifies you in real-time of that webpages security status.You can also click the extension to see a more detailed security summary as well as further information about what your rating means.                    

Informações Básicas da Extensão

Nome SiteCheck SiteCheck
ID phadpjjoeohebhfhgpdgaencnlggdjoc
URL Oficial https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc
Descrição A lightweight and convenient tool to help you stay safe while browsing the web.
Tamanho do Arquivo 38.65 KB
Contagem de Instalações 80
Versão Atual 1.0
Última Atualização 2017-04-01
Data de Publicação 2017-04-01
Desenvolvedor sitecheckapp
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteCheck",
    "description": "A lightweight and convenient tool to help you stay safe while browsing the web.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "SiteCheck",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.avgthreatlabs.com\/*"
    ]
}