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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |