SiteCheck

A lightweight and convenient tool to help you stay safe while browsing the web.

Apa itu SiteCheck?

SiteCheck adalah ekstensi Chrome yang dikembangkan oleh sitecheckapp, dan fitur utamanya adalah "A lightweight and convenient tool to help you stay safe while browsing the web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SiteCheck

Unduh file ekstensi SiteCheck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SiteCheck SiteCheck
ID phadpjjoeohebhfhgpdgaencnlggdjoc
URL Resmi https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc
Deskripsi A lightweight and convenient tool to help you stay safe while browsing the web.
Ukuran File 38.65 KB
Jumlah Instalasi 80
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-04-01
Tanggal Publikasi 2017-04-01
Pengembang sitecheckapp
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}