SafeLock

A SafeLock gives you a blue sky

Apa itu SafeLock?

SafeLock adalah ekstensi Chrome yang dikembangkan oleh https://www.trustocean.com, dan fitur utamanya adalah "A SafeLock gives you a blue sky".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SafeLock

Unduh file ekstensi SafeLock 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

                        A SafeLock gives you a blue sky, SafeLock can protect many websites with Internal HSTS policy, and protect you with HTTPS and SSL Encryption!                    

Informasi Dasar Ekstensi

Nama SafeLock SafeLock
ID mdnpinkiplpiehcephfnbcenjdcmneje
URL Resmi https://chromewebstore.google.com/detail/safelock/mdnpinkiplpiehcephfnbcenjdcmneje
Deskripsi A SafeLock gives you a blue sky
Ukuran File 16.34 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-10-15
Tanggal Publikasi 2017-10-15
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://www.trustocean.com
Tipe Pembayaran free
Situs Ekstensi https://safelock.trustocean.com/
URL Halaman Bantuan https://safelock.trustocean.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SafeLock",
    "version": "1.0.2",
    "description": "A SafeLock gives you a blue sky",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.trustocean.com\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}