Password Check
Password Check
Password Check란 무엇입니까?
Password Check은(는) sampiochua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Password Check"입니다.
확장 프로그램 스크린샷
Password Check 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the "Check Your Password" button to check if the password you key in on a webpage has been exposed by in previous data breaches. This check is done by checking against API provided by https://haveibeenpwned.com Your actual password is NEVER stored or sent over the Internet to the API. This is implemented using the K-Anonymity model. NO ONE will know what you have actually typed into the password field. Check out more details at https://haveibeenpwned.com/FAQs. Credit to https://haveibeenpwned.com for providing us with an API to access a database of pwned password. If you still don't feel safe, then DO NOT use this extension.
확장 프로그램 기본 정보
이름 | Password Check |
ID | ccdjmhmjafjancfmlpjkcjjieibefipb |
공식 URL | https://chromewebstore.google.com/detail/password-check/ccdjmhmjafjancfmlpjkcjjieibefipb |
설명 | Password Check |
파일 크기 | 20.56 KB |
설치 횟수 | 112 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2019-06-06 |
출시 날짜 | 2019-06-06 |
개발자 | sampiochua |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Check", "version": "1.0.7", "description": "Password Check", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/lock-16.png", "32": "images\/lock-32.png", "48": "images\/lock-48.png", "128": "images\/lock-128.png" } }, "icons": { "16": "images\/lock-16.png", "32": "images\/lock-32.png", "48": "images\/lock-48.png", "128": "images\/lock-128.png" }, "manifest_version": 2 } |