isTrust

Verify the trustability of any website

Co je isTrust?

isTrust je rozšíření Chrome vyvinuté Internet Society Belgium, a jeho hlavní funkcí je „Verify the trustability of any website“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření isTrust

Stáhněte si soubory rozšíření isTrust ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název isTrust isTrust
ID kinlknncggaihnhdcalijdmpbhbflalm
Oficiální URL https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm
Popis Verify the trustability of any website
Velikost souboru 324 KB
Počet instalací 39
Aktuální Verze 3.9.1
Poslední Aktualizace 2022-03-15
Datum Vydání 2021-10-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Internet Society Belgium
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.istrust.org/
URL Stránky Nápovědy https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose
URL Stránky Zásad Ochrany Soukromí https://www.internetsociety.be/privacy-policy
Podporované Jazyky 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"
}