Breached
Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database
Breached란 무엇입니까?
Breached은(는) Adam Pritchard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database"입니다.
확장 프로그램 스크린샷
Breached 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Breached is a browser extension that lets you know when you're visiting a site that has been pwned in the past. You can click the button to find out more about those breaches. Breached uses [Have I Been Pwned](https://haveibeenpwned.com/) to learn about breaches. No information about the sites you visit is sent anywhere -- all checks are local.
확장 프로그램 기본 정보
이름 | Breached |
ID | blmhfhlpjoofplegjpalpgnbnnoohpbc |
공식 URL | https://chromewebstore.google.com/detail/breached/blmhfhlpjoofplegjpalpgnbnnoohpbc |
설명 | Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database |
파일 크기 | 133 KB |
설치 횟수 | 55 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2017-11-19 |
출시 날짜 | 2017-11-19 |
개발자 | Adam Pritchard |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/adam-p/breached |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Breached", "version": "1.2.4", "manifest_version": 2, "description": "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database", "homepage_url": "https:\/\/github.com\/adam-p\/breached", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "scripts": [ "vendor\/jquery-3.2.1.min.js", "src\/bg\/background.js" ], "persistent": false }, "page_action": { "browser_style": true, "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "default_title": "Breached! Click for details", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "storage", "tabs", "notifications" ] } |