História doplnku X Autofill - 1 verzia
X Autofill Autor: X Team
História doplnku X Autofill - 1 verzia
So starými verziami buďte opatrní! Tieto verzie sú zobrazené za účelom testovania a referencie.Vždy by ste mali používať najnovšiu verziu doplnku.
Najnovšia verzia
Verzia 1.1.0
Vydaná 4. aug 2026 - 29,34 kBFunguje s: firefox verzia 109.0 a novšia, android verzia 120.0 a novšiaFirefox 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).Zdrojový kód je k dispozícii v rámci licencie Licencia BSD 2-Clause "Simplified"
- Master on/off switch — disables autofill everywhere instantly