Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

AI Form Fill Helper version history - 17 versions

AI Form Fill Helper by Ivo Stoykov

Rated 5 out of 5
5 Stars out of 5
5
1
4
0
3
0
2
0
1
0
AI Form Fill Helper version history - 17 versions
  • 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.28.83

    Released Mar 10, 2026 - 86.52 KB
    Works with firefox 109.0a1 and later
    • replaced modal dialog with non-blocking ribbon
    • Fixed initialization race in data-dependent context menu
    • Feedback improved - success messages only shown when fields are actually filled
    • Simplified context menu
    • Eliminated unnecessary menu rebuilds
    • Menu now rebuilds only when dataset entries change
    • Added clipboard feedback for empty proposal scenarios
    • Added 23 integration tests
    • Expanded test coverage to 49 tests total (26 utils + 23 integration)

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    Source code released under GNU General Public License v3.0 only

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 1.28.80

    Released Mar 9, 2026 - 86.57 KB
    Works with firefox 109.0a1 and later
    • Fixed IPv6 localhost detection (::1) to prevent false security warnings
    • Fixed embedding cache invalidation when provider/model changes via options page
    • Fixed stale backend selection after changing provider/model in options
    • Added security warnings for non-local/insecure embedding endpoints
    • Updated documentation to accurately describe sync storage behaviour
    • Refactored metadata collection to on-demand only (no longer automatic on right-click)
    • Separated clipboard operations into explicit context menu commands
    • Added CSS.escape() to prevent selector breakage with special characters
    • Added comprehensive testing infrastructure with 26 unit tests

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.27.75

    Released Feb 18, 2026 - 84.82 KB
    Works with firefox 109.0a1 and later
    Refactored to sendMessage architecture and removed executeScript calls
    Added support for custom textbox components
    Fixed selector generation for IDs starting with numbers
    Implemented frame-based form filling with targeted message passing
    Added placeholder attribute to field detection for better AI matching
    Code cleanup: removed dead code, fixed typos, added missing awaits

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.27.73

    Released Feb 17, 2026 - 84.81 KB
    Works with firefox 109.0a1 and later
    Refactored to sendMessage architecture and removed executeScript calls
    Added support for custom textbox components
    Fixed selector generation for IDs starting with numbers
    Implemented frame-based form filling with targeted message passing
    Added placeholder attribute to field detection for better AI matching
    Code cleanup: removed dead code, fixed typos, added missing awaits

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.27.70

    Released Feb 17, 2026 - 84.77 KB
    Works with firefox 109.0a1 and later
    • Refactored to sendMessage architecture and removed executeScript calls
    • Added support for custom textbox components
    • Fixed selector generation for IDs starting with numbers
    • Implemented frame-based form filling with targeted message passing
    • Added placeholder attribute to field detection for better AI matching
    • Code cleanup: removed dead code, fixed typos, added missing awaits

    Documentation: https://github.com/ivostoykov/AIWebFormFill
    CHANGELOG: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    If any issue found, please report it here: https://github.com/ivostoykov/AIWebFormFill/issues

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.17.20

    Released Mar 20, 2025 - 86.23 KB
    Works with firefox 109.0a1 and later
    Added:
    - minor bug fixes
    - pseudo input field fill in improved
    The full change log is available here: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md
    Report bugs and suggest improvements https://github.com/ivostoykov/AIWebFormFill/issues

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.17.17

    Released Jul 10, 2024 - 86.24 KB
    Works with firefox 109.0a1 and later
    Added:
    - option for defining multiple API providers
    - option to switch provider temporary via context menu
    - extended documentation and help
    The full change log is available here: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.15.57

    Released Jun 23, 2024 - 77.79 KB
    Works with firefox 109.0a1 and later
    Enhanced embedding options: You can now set a specific endpoint URL (internal, container, or external API) for embeddings.
    Real-time data updates: Data changes are now reflected dynamically.
    Bug fixes: We've addressed some pesky bugs to improve your experience.
    For a complete list of updates, check out https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md.
    Need help? Our documentation is available at https://github.com/ivostoykov/AIWebFormFill/.
    Got questions or bugs? Let us know https://github.com/ivostoykov/AIWebFormFill/issues.

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.15.27

    Released Jun 12, 2024 - 77.23 KB
    Works with firefox 109.0a1 and later
    Added option automatically calculate the proposed value when loaded. It is permanently manageable via options page or temporary manageable via context menu.
    Also added shortcut to accept current proposal value or the whole form.

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.12.47

    Released Jun 6, 2024 - 69.81 KB
    Works with firefox 109.0a1 and later
    Complete change log is available here:
    https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md

    Interaction between front and back has been change to address some complicated forms.

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.7.92

    Released May 24, 2024 - 67.78 KB
    Works with firefox 89.0 and later
    Added text area as a potential submit field to fill.

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.7.86

    Released May 22, 2024 - 67.78 KB
    Works with firefox 89.0 and later
    This changes modify the form filling process to handle cases where forms do not adhere strictly to web standards and thus auto fill fails.

    The changelog history is available here: https://github.com/ivostoykov/AIWebFormFill/blob/main/CHANGELOG.md

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.7.85

    Released May 16, 2024 - 67.76 KB
    Works with firefox 89.0 and later
    ## [1.7.85] - 2024-05-15

    - A similarity score is provided for each field that has been populated with a proposed value.
    - The localhost port can be configured through the options page.
    - The Threshold field has been introduced on the options page for filtering out incorrect suggestions. A higher value ensures a stricter matching.
    - Refactoring efforts have been made to improve the efficiency of value processing.
    - The values listed in the options' Form Fields Values field can now be inserted directly from a contextual menu.
    - Calculated similarities are persistent until the next call and can be reviewed again.
    - Several issues have been resolved.

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.5.94

    Released May 11, 2024 - 65.02 KB
    Works with firefox 89.0 and later
    Context menu now displays again.

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.5.80

    Released May 3, 2024 - 64.84 KB
    Works with firefox 89.0 and later
    - Reduced the number of API calls
    - Fixed context menu disappearing in Firefox after restart
    - Added supposrt for nested web forms
    - Improved AI embeddings query for better results
    - Added support for psudo forms like <div data-type="form">

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.3.67

    Released Apr 29, 2024 - 63.59 KB
    Works with firefox 89.0 and later
    * some bugs fixed
    * reduced the number of server calls
    * improved readability of the elements

    Source code released under GNU General Public License v3.0 only

    Download file
  • Version 1.2.92

    Released Apr 28, 2024 - 63.97 KB
    Works with firefox 109.0a1 and later

    Source code released under GNU General Public License v3.0 only

    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

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 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.