Firefox Browser Add-ons
Log in
Add-on icon

X Autofill version history - 1 version

X Autofill by X Team

There are no ratings yet
0 Stars out of 5
5
0
4
0
3
0
2
0
1
0
X Autofill version history - 1 version
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.1.0

    Released Aug 4, 2026 - 29.34 KB
    Works with firefox 109.0 and later, android 120.0 and later
    Firefox now requires add-ons to declare data collection before signing.
    Added data_collection_permissions: { required: ["none"] } to
    manifest.json — accurate, since everything stays in local
    storage.local and nothing is ever sent anywhere. Version bumped to 1.1.0.


    A ⚙ All settings button in the popup opens a dedicated settings tab
    (options.html), registered via options_ui in the manifest instead of
    being crammed into the popup. It adds:
    • Master on/off switch — disables autofill everywhere instantly
      without deleting saved data. Backed by a new xaf:settings record with
      an enabled flag that content.js checks before filling anything.
    • Toast toggle — turns the on-page "Saved" confirmation on/off.
    • Per-site pause — each site with saved fields gets its own card with
      an "Active" switch, tracked in a pausedSites list in the same record.
    • Inline editing — saved values are editable text boxes that save on
      blur, no delete-and-resave needed.
    • Search — filters sites by hostname, saved value, or selector.
    • Backup export/import — download all fields as a timestamped .json,
      or restore from one (validated before writing).
    • Erase all data — confirmation-gated full wipe.


    Added a quick "Autofill active on this site" switch (same pausedSites
    setting as the dashboard) and a link to open full settings.


    xaf:settings → { enabled, toast, pausedSites } (new).
    xaf:<hostname> → saved fields per site (unchanged, no migration needed).


    Firefox build only (x-autofill-firefox.zip).

    Source code released under BSD 2-Clause "Simplified" License

    Download Firefox and get the extension
    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Download

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.