Have I been pwned?
Check if your account has been leaked in old major data breaches by using only the email or username.
Have I been pwned?คืออะไร?
Have I been pwned? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pogiatzis.c.a และคุณลักษณะหลักของมันคือ "Check if your account has been leaked in old major data breaches by using only the email or username."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Have I been pwned?
ดาวน์โหลดไฟล์ส่วนขยาย Have I been pwned? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In an age where digital information is produced in vast quantities it is almost impossible to avoid sensitive data leakage such as account's passwords and emails. As a result, it's essential that users are aware about how much private their date are. That is the sole purpose of the development of this extension. By utilizing Have I been pwned's API, this extension let's you check if a your account details are included in any of major known database breaches while browsing the internet. By the time I am writing this, Have I been pwned contains 107 leaked databases information with 511,591,649 accounts. The process is simple as 1,2,3. Just select the email or username, right click and select the Have I been pwned? option.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fpgljciihecejjlildfcakfcmnachahp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/have-i-been-pwned/fpgljciihecejjlildfcakfcmnachahp |
คำอธิบาย | Check if your account has been leaked in old major data breaches by using only the email or username. |
ขนาดไฟล์ | 58.96 KB |
จำนวนการติดตั้ง | 417 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2016-05-27 |
วันที่เผยแพร่ | 2016-05-27 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | pogiatzis.c.a |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.4", "manifest_version": 2, "description": "Check if your account has been leaked in old major data breaches by using only the email or username.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "default_locale": "en", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Have I been pwned?" }, "permissions": [ "https:\/\/haveibeenpwned.com\/API\/", "contextMenus", "tabs" ] } |