SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
¿Qué es SiteCheck?
SiteCheck es una extensión de Chrome desarrollada por sitecheckapp, y su función principal es "A lightweight and convenient tool to help you stay safe while browsing the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SiteCheck
Descarga archivos de extensión SiteCheck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
URL Oficial | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Descripción | A lightweight and convenient tool to help you stay safe while browsing the web. |
Tamaño del Archivo | 38.65 KB |
Cantidad de Instalaciones | 80 |
Versión Actual | 1.0 |
Última Actualización | 2017-04-01 |
Fecha de Publicación | 2017-04-01 |
Desarrollador | sitecheckapp |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |