SiteCheck

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

Qu'est-ce que SiteCheck ?

SiteCheck est une extension Chrome développée par sitecheckapp, et sa fonction principale est "A lightweight and convenient tool to help you stay safe while browsing the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SiteCheck

Téléchargez les fichiers d'extension SiteCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SiteCheck SiteCheck
ID phadpjjoeohebhfhgpdgaencnlggdjoc
URL Officiel https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc
Description A lightweight and convenient tool to help you stay safe while browsing the web.
Taille du Fichier 38.65 KB
Nombre d'Installations 80
Version Actuelle 1.0
Dernière Mise à Jour 2017-04-01
Date de Publication 2017-04-01
Développeur sitecheckapp
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}