isTrust
Verify the trustability of any website
isTrust là gì?
isTrust là một tiện ích mở rộng Chrome được phát triển bởi Internet Society Belgium, và tính năng chính của nó là "Verify the trustability of any website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng isTrust
Tải xuống các tệp mở rộng isTrust dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A website seems suspicious ? Find out by checking: 🌐 domain 📨 communication 🧬 Open source : https://github.com/Internet-Society-Belgium/isTrust
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | isTrust |
ID | kinlknncggaihnhdcalijdmpbhbflalm |
URL Chính Thức | https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm |
Mô tả | Verify the trustability of any website |
Kích Thước Tệp | 324 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 3.9.1 |
Cập Nhật Lần Cuối | 2022-03-15 |
Ngày Phát Hành | 2021-10-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Internet Society Belgium |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.istrust.org/ |
URL Trang Trợ Giúp | https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose |
URL Trang Chính Sách Bảo Mật | https://www.internetsociety.be/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |