PwdHash port
Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.
PwdHash port là gì?
PwdHash port là một tiện ích mở rộng Chrome được phát triển bởi Christophe Liou Kee On, và tính năng chính của nó là "Pwdhash 1.7 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
Tải xuống tệp CRX của tiện ích mở rộng PwdHash port
Tải xuống các tệp mở rộng PwdHash 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
WARNING! this extension using original pwdhash is vulnerable to a brute force attack : https://linuxundich.de/gnu-linux/erfolgreicher-brute-force-angriff-auf-pwdhash/ If you can, choose another extension. This extension is a pwdhash port for Google Chrome. Official pwdhash project home can be found here : https://www.pwdhash.com/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PwdHash port |
ID | dnfmcfhnhnpoehjoommondmlmhdoonca |
URL Chính Thức | https://chromewebstore.google.com/detail/pwdhash-port/dnfmcfhnhnpoehjoommondmlmhdoonca |
Mô tả | Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2. |
Kích Thước Tệp | 212 KB |
Số Lần Cài Đặt | 1,675 |
Phiên Bản Hiện Tại | 1.0.0.3 |
Cập Nhật Lần Cuối | 2021-07-14 |
Ngày Phát Hành | 2016-12-30 |
Đánh Giá | 4.66/5 Tổng số 61 Đánh Giá |
Nhà Phát Triển | Christophe Liou Kee On |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/infocris/pwdhash |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PwdHash port", "version": "1.0.0.3", "manifest_version": 2, "description": "Pwdhash 1.7 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": [ "stanford-pwdhash\/chrome\/content\/md5.js", "stanford-pwdhash\/chrome\/content\/domain-extractor.js", "stanford-pwdhash\/chrome\/content\/hashed-password.js", "stanford-pwdhash\/chrome\/content\/stanford-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" }, "page_action": { "default_icon": "images\/icon19off.png", "default_title": "PwdHash", "default_popup": "popup.html" } } |