Historik versionesh për X Autofill - 1 version
X Autofill nga X Team
Historik versionesh për X Autofill - 1 version
Bëni kujdes me versione të vjetër! Këto versione shfaqen për qëllime testimi dhe si referencë.Duhet të përdorni përherë versionin më të ri të një shtese.
Versioni më i ri
Version 1.1.0
Hedhur në qarkullim më 4 Gus 2026 - 29,34 KBFunksionon me firefox 109.0 dhe më të freskët, android 120.0 dhe më të freskëtFirefox 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).Kod burim i hedhur në qarkullim sipas Licencë BSD 2-Clause "Simplified"
- Master on/off switch — disables autofill everywhere instantly