isTrust
Verify the trustability of any website
Wat is isTrust?
isTrust is een Chrome-extensie ontwikkeld door Internet Society Belgium, en de belangrijkste functie is "Verify the trustability of any website".
Extensie Screenshots
Download het CRX-bestand van de extensie isTrust
Download isTrust-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A website seems suspicious ? Find out by checking: 🌐 domain 📨 communication 🧬 Open source : https://github.com/Internet-Society-Belgium/isTrust
Basisinformatie over de Extensie
Naam | isTrust |
ID | kinlknncggaihnhdcalijdmpbhbflalm |
Officiële URL | https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm |
Beschrijving | Verify the trustability of any website |
Bestandsgrootte | 324 KB |
Aantal Installaties | 39 |
Huidige Versie | 3.9.1 |
Laatst Bijgewerkt | 2022-03-15 |
Publicatiedatum | 2021-10-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Internet Society Belgium |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.istrust.org/ |
Help Pagina-URL | https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose |
URL van de Privacybeleid Pagina | https://www.internetsociety.be/privacy-policy |
Ondersteunde Talen | 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" } |