Versiegeschiedenis van X Autofill - 1 versie
X Autofill door X Team
Versiegeschiedenis van X Autofill - 1 versie
Wees voorzichtig met oude versies! Deze versies worden voor test- en referentiedoeleinden weergegeven.U dient altijd de meest recente versie van een add-on te gebruiken.
Nieuwste versie
Versie 1.1.0
Uitgegeven op 4 aug. 2026 - 29,34 KBWerkt met firefox 109.0 en later, android 120.0 en laterFirefox now requires add-ons to declare data collection before signing.
Addeddata_collection_permissions: { required: ["none"] }tomanifest.json— accurate, since everything stays in localstorage.localand 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 viaoptions_uiin 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 newxaf:settingsrecord with
anenabledflag thatcontent.jschecks 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 apausedSiteslist 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 (samepausedSites
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).Broncode vrijgegeven onder BSD 2-Claus ‘Vereenvoudigde’ licentie
- Master on/off switch — disables autofill everywhere instantly