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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CyBot และคุณลักษณะหลักของมันคือ "Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PwdHash-PoC port
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ID | lofhgnhbjellcpcdpkbejffjejhchacj |
URL อย่างเป็นทางการ | 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" } } |