isTrust
Verify the trustability of any website
Qu'est-ce que isTrust ?
isTrust est une extension Chrome développée par Internet Society Belgium, et sa fonction principale est "Verify the trustability of any website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension isTrust
Téléchargez les fichiers d'extension isTrust au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A website seems suspicious ? Find out by checking: 🌐 domain 📨 communication 🧬 Open source : https://github.com/Internet-Society-Belgium/isTrust
Informations de Base sur l'Extension
Nom | isTrust |
ID | kinlknncggaihnhdcalijdmpbhbflalm |
URL Officiel | https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm |
Description | Verify the trustability of any website |
Taille du Fichier | 324 KB |
Nombre d'Installations | 39 |
Version Actuelle | 3.9.1 |
Dernière Mise à Jour | 2022-03-15 |
Date de Publication | 2021-10-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Internet Society Belgium |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.istrust.org/ |
URL de la Page d'Aide | https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose |
URL de la Page de Politique de Confidentialité | https://www.internetsociety.be/privacy-policy |
Langues Prises en Charge | 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" } |