Let's Phish, Phishing Protector
Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
Let's Phish, Phishing Protectorคืออะไร?
Let's Phish, Phishing Protector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iniquitouspsyche และคุณลักษณะหลักของมันคือ "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let's Phish, Phishing Protector
ดาวน์โหลดไฟล์ส่วนขยาย Let's Phish, Phishing Protector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority. It helps you tackle advance phishing page which appear to be legit due to the HTTPS and the green padlock in the chrome browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mecciabmdnfodnbeknnckolineghfeik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik |
คำอธิบาย | Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority |
ขนาดไฟล์ | 7.45 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-10-09 |
วันที่เผยแพร่ | 2017-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | iniquitouspsyche |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://letsphish.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Let's Phish, Phishing Protector", "description": "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*\/" ], "icons": { "16": "icon16.png", "128": "icon128.png" } } |