PwdHash-PoC port

Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.

什麼是PwdHash-PoC port?

PwdHash-PoC port是由CyBot開發的Chrome擴展程式,該擴展的主要功能是“Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.”。

擴展截圖

screenshot

下載PwdHash-PoC port擴展crx文件

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

擴展使用說明

                        This extension uses the updated PwdHash-PoC (https://cybot.github.io/) which adresses weaknesses in the original version of PwdHash.                    

擴展基本資訊

名稱 PwdHash-PoC port PwdHash-PoC port
ID lofhgnhbjellcpcdpkbejffjejhchacj
官方網址 https://chromewebstore.google.com/detail/pwdhash-poc-port/lofhgnhbjellcpcdpkbejffjejhchacj
簡介 Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.
檔案大小 274 KB
安裝次數 32
目前版本 0.1.0
更新時間 2019-02-19
上架時間 2019-02-19
評分 5.00/5 共 1 次評分
開發者 CyBot
付費類型 free
擴展官網 https://github.com/CyBot/chrome-pwdhash-poc
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PwdHash-PoC port",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "pwdhash-poc\/chrome\/content\/forge.min.js",
                "pwdhash-poc\/chrome\/content\/domain-extractor.js",
                "pwdhash-poc\/chrome\/content\/hashed-password.js",
                "pwdhash-poc\/chrome\/content\/pwdhash.js",
                "null.js",
                "AlternativeDomain.js",
                "jquery.js",
                "KeyHooker.js",
                "Settings.js",
                "pwdhash-chrome-port.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "images\/icon48-stable.png",
        "128": "images\/icon128-stable.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": "images\/icon19off.png",
        "default_title": "PwdHash-PoC",
        "default_popup": "popup.html"
    }
}