Inspect and view changes in PII-Filter (NL) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "PII-Filter (NL)",
"description": "Notifies you if there is an excessive usage of PII in a text field.",
"version": "0.1.3",
"icons": {
"48": "assets/logos/a/PIIlogo.png",
"96": "assets/logos/a/PIIlogo@2x.png"
},
"browser_specific_settings": {
"gecko": {
"id": "pii-filter@prolody.com",
"strict_min_version": "42.0"
}
},
"browser_action": {
"browser_style": true,
"default_popup": "assets/settings.html",
"default_icon": {
"16": "assets/logos/a/PIIlogo.png",
"32": "assets/logos/a/PIIlogo.png"
}
},
"permissions": [
"tabs",
"activeTab",
"<all_urls>",
"webNavigation",
"storage"
],
"web_accessible_resources": [
"assets/info.png",
"assets/logos/a/PIIlogo.png",
"assets/fonts/webfonts/*.*"
],
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"build/content.js"
],
"run_at": "document_end"
}
]
} Best PII-Filter (NL) Alternatives
Here are some Firefox add-ons that are similar to PII-Filter (NL):
OBSERVE-PII
Observe PII Developers
AI PII Scanner
Libor Benes (Dr. B)
privacy pro 20000
de12eoliefant
Kiji Privacy Proxy Extension
NICOLAS EVEN
LeakIX
LeakIX
Password Leak Monitor
mathiscode
Prevent Pwned Passwords
Chris Wilson
Leak Detector
.Lab
Privisibility
Gökay Gürcan
Network Privacy & Leak Defender (NPLD)
0xgz
SmartProtect
SmartProtect
Password Field Max Length Highlighter
Scott DePouw