SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
Wat is SiteCheck?
SiteCheck is een Chrome-extensie ontwikkeld door sitecheckapp, en de belangrijkste functie is "A lightweight and convenient tool to help you stay safe while browsing the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie SiteCheck
Download SiteCheck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
Officiële URL | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Beschrijving | A lightweight and convenient tool to help you stay safe while browsing the web. |
Bestandsgrootte | 38.65 KB |
Aantal Installaties | 80 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-04-01 |
Publicatiedatum | 2017-04-01 |
Ontwikkelaar | sitecheckapp |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |