SiteCheck

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

Cos'è SiteCheck?

SiteCheck è un'estensione di Chrome sviluppata da sitecheckapp, e la sua funzione principale è "A lightweight and convenient tool to help you stay safe while browsing the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SiteCheck

Scarica i file di estensione SiteCheck 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

                        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.                    

Informazioni di Base sull'Estensione

Nome SiteCheck SiteCheck
ID phadpjjoeohebhfhgpdgaencnlggdjoc
URL Ufficiale https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc
Descrizione A lightweight and convenient tool to help you stay safe while browsing the web.
Dimensione del File 38.65 KB
Conteggio Installazioni 80
Versione Corrente 1.0
Ultimo Aggiornamento 2017-04-01
Data di Pubblicazione 2017-04-01
Sviluppatore sitecheckapp
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}