PwdHash port
Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.
ما هو PwdHash port؟
PwdHash port هو إضافة Chrome تم تطويرها بواسطة Christophe Liou Kee On، والميزة الرئيسية لها هي "Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PwdHash port
قم بتنزيل ملفات الامتداد PwdHash port بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ معلومات أساسية عن التمديد
| الاسم | |
| ID | dnfmcfhnhnpoehjoommondmlmhdoonca |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pwdhash-port/dnfmcfhnhnpoehjoommondmlmhdoonca |
| الوصف | Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2. |
| حجم الملف | 212 KB |
| عدد التثبيتات | 1,675 |
| النسخة الحالية | 1.0.0.3 |
| آخر تحديث | 2021-07-14 |
| تاريخ النشر | 2016-12-30 |
| تقييم | 4.66/5 مجموع تقييمات 61 |
| المطور | Christophe Liou Kee On |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/infocris/pwdhash |
| اللغات المدعومة | 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"
}
} | |