SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
Что такое SiteCheck?
SiteCheck - это расширение Chrome, разработанное sitecheckapp, и его основная функция - "A lightweight and convenient tool to help you stay safe while browsing the web.".
Снимки экрана расширения
Скачать файл CRX расширения SiteCheck
Скачайте файлы расширений SiteCheck в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
Официальный URL | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Описание | A lightweight and convenient tool to help you stay safe while browsing the web. |
Размер файла | 38.65 KB |
Количество установок | 80 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-04-01 |
Дата публикации | 2017-04-01 |
Разработчик | sitecheckapp |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } |