HIBP Checker
A Chrome extension for checking if your credentials were included in any breaches via the HaveIBeenPwned.com API
What is HIBP Checker?
HIBP Checker is a Chrome extension developed by Dustin, and its main feature is "A Chrome extension for checking if your credentials were included in any breaches via the HaveIBeenPwned.com API".
Extension Screenshots
Download HIBP Checker Extension CRX File
Download HIBP Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension for checking if your credentials were included in any breaches via the HaveIBeenPwned.com API
Extension Basic Information
Name | HIBP Checker |
ID | kcgblihdfljicphpjmhboiigekfagnmc |
Official URL | https://chromewebstore.google.com/detail/hibp-checker/kcgblihdfljicphpjmhboiigekfagnmc |
Description | A Chrome extension for checking if your credentials were included in any breaches via the HaveIBeenPwned.com API |
File Size | 8.52 KB |
Installation Count | 41 |
Current Version | 1.0.1 |
Last Updated | 2018-05-11 |
Publish Date | 2018-05-11 |
Developer | Dustin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HIBP Checker", "short_name": "HIBP", "description": "A Chrome extension for checking if your credentials were included in any breaches via the HaveIBeenPwned.com API", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "HIBP Checker" }, "permissions": [ "activeTab", "storage" ] } |