isTrust

Verify the trustability of any website

Cos'è isTrust?

isTrust è un'estensione di Chrome sviluppata da Internet Society Belgium, e la sua funzione principale è "Verify the trustability of any website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione isTrust

Scarica i file di estensione isTrust in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome isTrust isTrust
ID kinlknncggaihnhdcalijdmpbhbflalm
URL Ufficiale https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm
Descrizione Verify the trustability of any website
Dimensione del File 324 KB
Conteggio Installazioni 39
Versione Corrente 3.9.1
Ultimo Aggiornamento 2022-03-15
Data di Pubblicazione 2021-10-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Internet Society Belgium
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.istrust.org/
URL della Pagina di Aiuto https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose
URL della Pagina della Politica sulla Privacy https://www.internetsociety.be/privacy-policy
Lingue Supportate 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"
}