Every AI extension says it respects your privacy. Ours is the rare claim you can check yourself — in about 60 seconds, with tools already built into Chrome.
The claim: your API keys and your conversations travel from your browser directly to the AI provider you chose — and nowhere else. SideZero has no server in the middle. Nothing is proxied, logged, mined, or phoned home. Keys live in your browser's local extension storage and never leave it except as the authorization header of a request to that provider.
chrome://extensions and switch
Developer mode on (top right).sidepanel.html.
A DevTools window opens — this is the extension's own traffic, nothing else mixed in.This is every network destination in the extension. Not the highlights — the whole list.
| Domain | What it's for | When |
|---|---|---|
api.anthropic.com | Claude chat, web search, model list | Only with your Anthropic key |
api.openai.com | GPT chat, images, deep research, voice, model list | Only with your OpenAI key |
generativelanguage.googleapis.com | Gemini chat, search, images, deep research, voice, model list | Only with your Google key |
openrouter.ai | OpenRouter chat + live model prices | Only with your OpenRouter key |
127.0.0.1:11434 | Ollama — local models on your own machine | Never leaves your computer at all |
cdn.currency.wiki | Live exchange rates for the price-conversion feature — a free feed we run ourselves. The request carries no key, no page content, no identifiers, and is cached for an hour. | Only when you convert prices |
That's the whole list. A request to any other domain would be a bug — we'd genuinely like to hear about it: [email protected].
chrome.storage.local — the variant
that never syncs to your Google account or other machines.A browser extension can't hide its traffic from its own browser. DevTools sits below the extension, not beside it — if SideZero called anywhere else, it would appear in that Network tab, timestamped, with the payload attached. That's why we'd rather show you the wiring than ask you to trust a policy page.
SideZero — BYOK, zero markup, no account required. Questions or something in the Network tab we didn't list? [email protected]
SideZero is made by CurrencyWiki Technologies LLC in San Diego, California.