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”。

擴展截圖

screenshot
screenshot

下載Breached擴展crx文件

下載Breached擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Breached
ID blmhfhlpjoofplegjpalpgnbnnoohpbc
官方網址 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"
    ]
}