SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
What is SiteCheck?
SiteCheck is a Chrome extension developed by sitecheckapp, and its main feature is "A lightweight and convenient tool to help you stay safe while browsing the web.".
Extension Screenshots
Download SiteCheck Extension CRX File
Download SiteCheck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
Official URL | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Description | A lightweight and convenient tool to help you stay safe while browsing the web. |
File Size | 38.65 KB |
Installation Count | 80 |
Current Version | 1.0 |
Last Updated | 2017-04-01 |
Publish Date | 2017-04-01 |
Developer | sitecheckapp |
Payment Type | free |
Supported Languages | 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\/*" ] } |