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 là gì?

PwdHash-PoC port là một tiện ích mở rộng Chrome được phát triển bởi CyBot, và tính năng chính của nó là "Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PwdHash-PoC port

Tải xuống các tệp mở rộng PwdHash-PoC port dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PwdHash-PoC port PwdHash-PoC port
ID lofhgnhbjellcpcdpkbejffjejhchacj
URL Chính Thức https://chromewebstore.google.com/detail/pwdhash-poc-port/lofhgnhbjellcpcdpkbejffjejhchacj
Mô tả Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.
Kích Thước Tệp 274 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-02-19
Ngày Phát Hành 2019-02-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển CyBot
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/CyBot/chrome-pwdhash-poc
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}