By: Scott DePouw
Inspect and view changes in Password Field Max Length Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Password Field Max Length Highlighter",
"version": "1.0",
"description": "Adds a border and warning message to any password field that has a 'maxlength' attribute. Only tests on page load, so if any elements appear asynchronously / after load, this will not catch it.",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"maxLengthHighlighter.css"
],
"js": [
"sanitizer.js",
"maxLengthHighlighter.js"
]
}
]
} Best Password Field Max Length Highlighter Alternatives
Here are some Firefox add-ons that are similar to Password Field Max Length Highlighter:
MaxLength Revealer
jsbrn
Hide Password Length
Peeta
Password Leak Monitor
mathiscode
Password Autofill Defocus
Nealon
Caps Lock Notifier
Nick Barry
Password Displayer
zeGolem
Warn Common Password
Gokulakrishna Sudharsan
Password Strength Checker
Samson459
Secure Password Meter
Alfreda
HidePass
Ross Hill
PlainText Offenders
intuxikated