Trusted Crypto Site Indicator
Identifying the official crypto site, prevent from phishing attacks.
Trusted Crypto Site Indicatorคืออะไร?
Trusted Crypto Site Indicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thuan.suba และคุณลักษณะหลักของมันคือ "Identifying the official crypto site, prevent from phishing attacks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trusted Crypto Site Indicator
ดาวน์โหลดไฟล์ส่วนขยาย Trusted Crypto Site Indicator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension will identify site domain is in a trusted site list or not, if yes then the extension icon will be green, otherwise it will be red. So it prevent phishing attack, as you known there are many fake crypto sites try to steal our key these day. Open source at: https://github.com/thuansb/TrustSites/ ---------------------------- If you see this extension helpful, you can give me a cup of coffee :). Thank you! BTC: 1GN5tySvzzs9fcNSY9NWgGSaMAc8PWf7Gi ETH: 0xEb1d9926341945E28F3880e0F291B230FD92a3b9 NEOGAS: AbfXhG5NhrZYKdUWQ2zH4tZ1RyvJhtD9ui
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trusted Crypto Site Indicator |
ID | pjckcnnlnefofdnnfjlkbcgoombmhjea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trusted-crypto-site-indic/pjckcnnlnefofdnnfjlkbcgoombmhjea |
คำอธิบาย | Identifying the official crypto site, prevent from phishing attacks. |
ขนาดไฟล์ | 224 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2017-09-11 |
วันที่เผยแพร่ | 2017-09-11 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | thuan.suba |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/thuansb/TrustSites |
URL หน้าช่วยเหลือ | https://github.com/thuansb/TrustSites/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trusted Crypto Site Indicator", "short_name": "Trusted CS", "description": "Identifying the official crypto site, prevent from phishing attacks.", "version": "1.0.5", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "name": "Green is TRUST | Red is DANGER" }, "permissions": [ "tabs" ], "manifest_version": 2 } |