Last updated: April 16, 2026
All data you enter (autofill rules, profiles, variables, text clips, settings) is stored exclusively in your browser's local storage using the chrome.storage.local API. This data never leaves your device.
AutoFill Pro does not collect any data. Specifically, we do not collect:
AutoFill Pro requires access to websites (http/https) to function — it needs to read form field attributes on pages and fill them with your configured rules. The extension:
Password values you mark as "encrypted" are encoded using AES-GCM (256-bit) via the Web Crypto API before being saved to chrome.storage.local. The key is deterministically derived from the extension's installation ID, so it can be regenerated by the extension itself when reading the value back.
What this protects against: casual inspection of the stored data (e.g., someone glancing at exported storage JSON or browsing the extension's storage in DevTools).
What this does NOT protect against: a determined attacker with access to your browser profile and knowledge of the algorithm — because the key derivation is deterministic and the extension ID is public, the encoding is closer to obfuscation than true secret-key encryption. For high-value secrets, use a dedicated password manager.
AutoFill Pro does not communicate with any external servers, APIs, or third-party services. The extension works entirely offline after installation.
You can delete all stored data at any time via the "Factory Reset" option in Settings. Uninstalling the extension also removes all stored data from your browser.
If we make changes to this privacy policy, we will update the "Last updated" date above. Continued use of the extension after changes constitutes acceptance of the updated policy.
For questions about this privacy policy or the extension, please open an issue on our support page or contact us through the Chrome Web Store listing.