isTrust

Verify the trustability of any website

isTrustとは何ですか?

isTrustはInternet Society Belgiumによって開発されたChromeの拡張機能で、その主な機能は「Verify the trustability of any website」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A website seems suspicious ?
Find out by checking:
🌐 domain
📨 communication

🧬 Open source : https://github.com/Internet-Society-Belgium/isTrust                    

拡張機能の基本情報

名前 isTrust isTrust
ID kinlknncggaihnhdcalijdmpbhbflalm
公式URL https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm
説明 Verify the trustability of any website
ファイルサイズ 324 KB
インストール数 39
現在のバージョン 3.9.1
最終更新日 2022-03-15
公開日 2021-10-05
評価 5.00/5 合計 2 レビュー
開発者 Internet Society Belgium
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.istrust.org/
ヘルプページのURL https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose
プライバシーポリシーページのURL https://www.internetsociety.be/privacy-policy
対応言語 en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Internet Society Belgium",
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "alarms",
        "contextMenus",
        "geolocation"
    ],
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/[email protected]"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/index.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_extension_name__",
        "default_icon": {
            "48": "icons\/icon.png",
            "96": "icons\/[email protected]"
        }
    },
    "version": "3.9.1"
}