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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PwdHash-PoC port एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |