SafeLock

A SafeLock gives you a blue sky

SafeLockとは何ですか?

SafeLockはhttps://www.trustocean.comによって開発されたChromeの拡張機能で、その主な機能は「A SafeLock gives you a blue sky」です。

拡張機能のスクリーンショット

screenshot

SafeLock拡張機能のCRXファイルをダウンロード

SafeLock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 SafeLock SafeLock
ID mdnpinkiplpiehcephfnbcenjdcmneje
公式URL https://chromewebstore.google.com/detail/safelock/mdnpinkiplpiehcephfnbcenjdcmneje
説明 A SafeLock gives you a blue sky
ファイルサイズ 16.34 KB
インストール数 27
現在のバージョン 1.0.2
最終更新日 2017-10-15
公開日 2017-10-15
評価 4.67/5 合計 3 レビュー
開発者 https://www.trustocean.com
支払い方法 free
拡張機能のウェブサイト https://safelock.trustocean.com/
ヘルプページのURL https://safelock.trustocean.com/
対応言語 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:\/\/*\/*"
    ]
}