Inspect and view changes in Warn Common Password source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Displays warning notification if word entered in any password field is present in 500000 common passwords. Works entirely offline.",
"manifest_version": 2,
"name": "Warn Common Password",
"version": "0.0.11resigned1",
"homepage_url": "https://github.com/gkrishnaks/",
"icons": {
"48": "icons/lockIcon.png"
},
"applications": {
"gecko": {
"id": "gokulakrishna.k.s@gmail.com",
"strict_min_version": "57.0"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"notifications",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
]
} ベストのWarn Common Password代替案
Warn Common Passwordに類似したFirefox add-onをいくつか紹介します:
Pwned?
PwnedExtDev
Password Reuse Detector
Luca Famà
Password Breach Alert
Harding
Passwords 101
Vincent Vans
WebSec Coach
Xenolith AB
PlainText Offenders
intuxikated
PfP: Pain-free Passwords
Wladimir Palant
Secure Password Generator
Nikolay Martynov
Password Strength Checker
Samson459
Password Field Max Length Highlighter
Scott DePouw
Password generator
Eugene Fox