Last updated: March 2026
FormVault saves the text you type into web forms (input fields, textareas, dropdowns) so you can recover it if a page crashes, refreshes, or you navigate away. This data is stored using Chrome's built-in local storage API (chrome.storage.local) and never leaves your browser.
FormVault makes zero network requests. No data is ever sent to any server, API, analytics service, or third party. The extension contains no tracking code, no telemetry, and no external dependencies.
Saved form data is automatically deleted after a configurable retention period (default: 30 days). You can change this to 7 days, 90 days, or never in the extension settings. You can also manually delete individual entries or clear all data at any time.
FormVault uses no third-party services, libraries, or APIs. It is built entirely with vanilla JavaScript and Chrome's built-in APIs.
You have full control over your data:
Questions about this privacy policy? Open an issue on our GitHub repository.