Last updated: 2026-08-13
Lostless is a Chrome extension that adds color bookmarks and inline notes to conversations on Claude and ChatGPT. This page explains what data Lostless touches, what it does with it, and what it never does.
The extension stores the following in chrome.storage, scoped to your browser profile:
With sync switched off, which is the default, this is the only copy of your data and it stays in your browser.
Pro adds sync to a cloud account you already own. You choose one of GitHub Gist, Google Drive, OneDrive or Dropbox and connect it yourself. Until you do that, the extension makes no request to any of them.
Three things are true about how that sync works, and they are the reason it exists in this shape:
Connecting an account uses Chrome's identity API to run that provider's own sign-in flow. The resulting access token is kept on your device and used only to reach the single file Lostless created in your account.
For Google Drive specifically, the extension requests the drive.appdata scope. That scope can only see files this extension itself created, in a hidden application folder. It cannot list, read or modify anything else in your Drive.
To anchor bookmarks and notes to specific paragraphs, the extension reads the page contents of claude.ai and chatgpt.com while you have them open. It stores the text of a paragraph only when you explicitly bookmark or note that paragraph.
Local data persists until you uninstall the extension or clear browser data. Uninstalling removes the extension's local storage.
If you connected a cloud account, the synced file lives in that account and is yours to delete. You can disconnect sync from the extension's panel at any time, and you can revoke the extension's access from your provider's own security settings.
The extension requests these Chrome permissions:
storage and unlimitedStorage: to keep your bookmarks and notes on your device without hitting a quota once your history gets long.identity: used only when you connect a cloud account for sync.host_permissions for claude.ai and chatgpt.com: to draw the bookmarking interface into those pages.host_permissions for the GitHub, Google, Microsoft and Dropbox APIs: used only by sync, only for the account you connected.If this policy changes, the date at the top changes with it. We will never reduce your privacy without an explicit opt-in.
Questions, deletion requests, or concerns: [email protected].