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?은(는) pogiatzis.c.a에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check if your account has been leaked in old major data breaches by using only the email or username."입니다.

확장 프로그램 스크린샷

screenshot

Have I been pwned? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Have I been pwned? Have I been pwned?
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"
    ]
}