SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
Was ist SiteCheck?
SiteCheck ist eine Chrome-Erweiterung, die von sitecheckapp entwickelt wurde, und ihr Hauptmerkmal ist "A lightweight and convenient tool to help you stay safe while browsing the web.".
Erweiterungsscreenshots
SiteCheck-Erweiterungs-CRX-Datei herunterladen
Laden Sie SiteCheck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
Offizielle URL | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Beschreibung | A lightweight and convenient tool to help you stay safe while browsing the web. |
Dateigröße | 38.65 KB |
Installationsanzahl | 80 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-04-01 |
Veröffentlichungsdatum | 2017-04-01 |
Entwickler | sitecheckapp |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |