Privacy Policy — Correct & Translate

Last updated: 2026-06-16

Correct & Translate is an open-source Chrome extension that corrects, translates, reformulates, and summarizes selected text using a large language model. This policy explains exactly where your text goes, depending on which provider you choose.

Source code: github.com/lucianhanga/chrome.extension.ai.correct.translate.reformulate

Summary

The extension does not run any servers of its own and does not collect, sell, or share your data with the developer. Where your text goes depends entirely on the provider you select in Settings.

ProviderDefaultWhere your text goesLeaves your machine
Ollama (local)YesYour own computer (http://localhost:11434)No
OpenAINo (opt-in)OpenAI's servers (https://api.openai.com)Yes

What data the extension handles

Provider 1 — Ollama (local, default)

When the active provider is Ollama, all text stays on your own computer. Requests go only to a local Ollama instance at http://localhost:11434 (or the endpoint you configure). Nothing leaves your device, and no credential is used. Use this provider when a correction or translation must stay private.

Provider 2 — OpenAI (opt-in)

When you switch the active provider to OpenAI, the text you process is sent over HTTPS to OpenAI's API (https://api.openai.com) for processing. Your text leaves your computer and is handled by OpenAI under OpenAI's API data usage policies. To reduce surprise:

If you do not want any text to leave your machine, use the default Ollama provider and do not enable OpenAI.

What the extension does NOT do

Permissions

Network access

Outgoing connections are restricted by the extension's connect-src Content Security Policy to exactly two destinations: local Ollama (http://localhost:11434) and OpenAI (https://api.openai.com). The extension cannot contact any other server.

Changes to this policy

If the extension's data practices change, this page will be updated and the "Last updated" date revised.

Contact

Questions about this policy: lucianhanga@googlemail.com