Last updated: April 9, 2026
FormRecover automatically saves text you type into web forms (input fields, text areas, dropdowns, checkboxes, and radio buttons). This data is stored locally in your browser using Chrome's built-in chrome.storage.local API.
FormRecover automatically excludes sensitive fields from saving:
type="password")This exclusion is enforced by detecting field types, autocomplete attributes, and common naming patterns. Sensitive data is never written to storage.
All data is stored locally on your device using chrome.storage.local. Data never leaves your browser. There are no external servers, databases, or cloud storage involved.
Saved form data is automatically deleted after a configurable period (default: 7 days). You can change this to 1 day or 30 days in the extension settings. You can also manually delete all data at any time through the popup or Side Panel.
FormRecover does not:
FormRecover requests the following Chrome permissions:
The extension runs on all URLs (<all_urls>) to monitor form inputs. This is required for the core auto-save functionality to work on any website you visit.
You can disable FormRecover on specific websites using the site toggle in the popup. Disabled sites will not have any form data saved.
FormRecover does not use any third-party services, libraries, or APIs. It is built entirely with standard Chrome Extension APIs and vanilla JavaScript.
If we make changes to this privacy policy, we will update the "Last updated" date at the top. Significant changes will be noted in the extension's changelog.
If you have questions about this privacy policy, please open an issue on our GitHub repository.