Effective date: 2026-05-16
Form Draft Autosave ("the extension") is a Chrome browser extension that automatically saves text you type into web forms so you can recover it if a tab crashes, you navigate away, a session expires, or a submission fails.
The extension stores the following locally on your device using chrome.storage.local:
<textarea>, single-line text <input>, and rich-text (contenteditable) fields on pages you visit. Each draft is keyed by the page's origin + path. Stored fields: a stable field signature, the text value (capped at 100 KB per field), and the field type.Retention: drafts older than the configured period (default 7 days) are automatically deleted. A successful form submission deletes that page's draft immediately. At most 50 pages are retained (least-recently-used evicted first). You can clear everything at any time (see "Data deletion").
password fields, hidden fields, payment fields (autocomplete cc-*), one-time codes / OTP, or any field whose name/id matches sensitive patterns (pin, cvv, cvc, ssn, secret, token, otp, password).storage — persist drafts and settings locally on your device.alarms — run a once-daily cleanup that purges expired drafts.<all_urls> — required because form-draft loss can happen on any site; the extension cannot predict in advance which site you will lose work on. It only observes text you type into non-sensitive editable fields and never transmits it. You can disable capture for specific domains via the options page blocklist.