Hidden Autofill Detector Firefox

Examine source code of Hidden Autofill Detector

Inspect and view changes in Hidden Autofill Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hidden Autofill Detector",
  "version": "2025.6.11",
  "description": "Alerts users when hidden autofill fields are detected.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "homepage_url": "https://github.com/0MARr00t/hidden-autofill-detector",
  "author": "0MARr00t",
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Hidden Autofill Detector",
    "default_icon": {
      "128": "icons/icon128x128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "had.omarelfarouk.saeed@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Hidden Autofill Detector Alternatives

Here are some Firefox add-ons that are similar to Hidden Autofill Detector: