Povijest verzija dodatka X Autofill – 1 verzija
X Autofill Autor: X Team
Povijest verzija dodatka X Autofill – 1 verzija
Oprez sa starim verzijama! Ove se verzije prikazuju u svrhu testiranja i referenci.Uvijek koristiti najnoviju verziju dodatka.
Najnovija verzija
Verzija 1.1.0
Objavljeno 4. kol. 2026 – 29,34 KBRadi s firefox 109.0 i novije verzije, android 120.0 i novije verzijeFirefox 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).Izvorni kod je objavljen pod licencom BSD 2-Clause "Simplified" License
- Master on/off switch — disables autofill everywhere instantly