KeyPilot
Last updated: July 25, 2026
chrome.storage.local) using Chrome's built-in
storage permission, and never leaves your machine. This
policy explains exactly what that means in practice.
KeyPilot ("the extension", "we", "our") is a password generation, strength-checking, and local credential-organization tool built as a Chrome browser extension (Manifest V3), developed by THINXIFY. This policy applies to the KeyPilot extension and describes what data it handles, where that data lives, and what control you have over it.
The short version: KeyPilot doesn't collect anything, doesn't talk to any server, and doesn't know who you are. Everything it stores stays in your browser's local storage on your own device.
KeyPilot stores a small amount of data using Chrome's
chrome.storage.local API, which keeps data sandboxed to
the extension and to your device — it is not synced to a Google
account, not accessible to other extensions or websites, and not
visible to us. Storage only happens as a direct result of an action
you take.
| Feature | What's stored | When |
|---|---|---|
| Favorites | The plaintext password you starred, with a timestamp | When you tap ☆ Favorite |
| Recent Passwords | Your last 20 single-password copies (plaintext), with timestamps | When you copy one password at a time (bulk/"Copy All" actions are excluded) |
| Saved Accounts Vault | Account name, website URL, username/email, password, category/tag, and notes — in plaintext | When you tap Save Account |
| Custom categories/tags | Any category name you create from the Vault's Add/Edit form | When you create a category that doesn't already exist |
| App preferences | Default length, character-type toggles, default Smart Password mode | Only while "Remember my preferences" (Settings) is turned on |
All of the above stays on your device. Uninstalling KeyPilot removes all of it, since Chrome deletes an extension's local storage along with the extension itself.
Anything you type that isn't listed in the table above exists only in memory for as long as the popup is open, and is discarded the moment you close it. This includes:
None of this is ever written to storage, logged, or transmitted anywhere.
KeyPilot's manifest requests exactly one permission:
storage — used exclusively for the local data described in section 3, via chrome.storage.local.KeyPilot does not request host permissions, does not inject scripts into web pages, and cannot read or modify the content of any site you visit.
All randomness used for password generation comes from the Web
Crypto API (crypto.getRandomValues), never
Math.random. Locally stored data relies on Chrome's
built-in extension storage sandboxing; KeyPilot does not add its own
encryption layer or master password on top of it. The Saved
Accounts Vault is intended as a lightweight, convenient local
record-keeper — not a hardened, encrypted password manager — so we
recommend weighing that when deciding what to store there.
KeyPilot is not directed at children and does not knowingly collect information from anyone, of any age — it doesn't collect information from anyone at all, since nothing it stores ever leaves your device.
If this policy changes, the updated version will be published at this same URL with a revised "Last updated" date above. Continued use of KeyPilot after a change constitutes acceptance of the revised policy.
Questions about this policy or KeyPilot can be sent to thinxify@gmail.com or via thinxify.com.