Last updated: July 2026 · applies to PromptLens v1.1.0 and later
PromptLens collects no data. It has no backend server, no accounts, no analytics, and no telemetry. Everything it does happens in your browser and in direct requests to the AI provider you configure.
chrome.storage.local on your device only. It is never synced, never sent to the developer, and never sent to any server other than the AI provider you selected.chrome.storage.local.chrome.storage.session so the result window can process it. Session storage is cleared when the browser closes.When you generate a prompt, the selected image is converted to base64 locally and sent, along with the dialect instructions, directly to exactly one endpoint — the provider you chose in Settings:
generativelanguage.googleapis.comapi.anthropic.comapi.openai.comopenrouter.aiYour use of those APIs is governed by the respective provider's own privacy policy and terms. PromptLens adds no intermediary: there is no proxy, relay, or logging server in between.
contextMenus — adds the “Generate prompt from image” right-click item.storage — saves your key and preferences locally.<all_urls> — required to fetch the pixels of an image you explicitly right-click on any website, so it can be sent to your chosen AI provider. The extension reads nothing else from pages and injects no content scripts.If this policy changes, the update will be published at this URL with a new date. Questions: open an issue at github.com/citoreh/prompt-lens.