isTrust

Verify the trustability of any website

What is isTrust?

isTrust is a Chrome extension developed by Internet Society Belgium, and its main feature is "Verify the trustability of any website".

Extension Screenshots

screenshot
screenshot
screenshot

Download isTrust Extension CRX File

Download isTrust extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name isTrust isTrust
ID kinlknncggaihnhdcalijdmpbhbflalm
Official URL https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm
Description Verify the trustability of any website
File Size 324 KB
Installation Count 39
Current Version 3.9.1
Last Updated 2022-03-15
Publish Date 2021-10-05
Rating 5.00/5 Total 2 Ratings
Developer Internet Society Belgium
Email [email protected]
Payment Type free
Extension Website https://www.istrust.org/
Help Page URL https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose
Privacy Policy Page URL https://www.internetsociety.be/privacy-policy
Supported Languages 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"
}