Password Check

Password Check

Password Checkとは何ですか?

Password Checkはsampiochuaによって開発されたChromeの拡張機能で、その主な機能は「Password Check」です。

拡張機能のスクリーンショット

screenshot

Password Check拡張機能のCRXファイルをダウンロード

Password Check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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
}