isTrust
Verify the trustability of any website
什麼是isTrust?
isTrust是由Internet Society Belgium開發的Chrome擴展程式,該擴展的主要功能是“Verify the trustability of any website”。
擴展截圖
下載isTrust擴展crx文件
下載isTrust擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A website seems suspicious ? Find out by checking: 🌐 domain 📨 communication 🧬 Open source : https://github.com/Internet-Society-Belgium/isTrust
擴展基本資訊
名稱 | isTrust |
ID | kinlknncggaihnhdcalijdmpbhbflalm |
官方網址 | https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm |
簡介 | Verify the trustability of any website |
檔案大小 | 324 KB |
安裝次數 | 39 |
目前版本 | 3.9.1 |
更新時間 | 2022-03-15 |
上架時間 | 2021-10-05 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Internet Society Belgium |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.istrust.org/ |
說明頁面URL | https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose |
隱私政策頁面URL | https://www.internetsociety.be/privacy-policy |
支援的語言 | 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" } |