isTrust
Verify the trustability of any website
isTrustคืออะไร?
isTrust เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Internet Society Belgium และคุณลักษณะหลักของมันคือ "Verify the trustability of any website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย isTrust
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |