# Privacy Policy — Ollama Usage (Chrome Extension) Last updated: 2026-07-31 ## What data is collected The Ollama Usage extension stores the following data, entered by you, only on your device: - **Ollama API token** (the `ANTHROPIC_AUTH_TOKEN` you provide) — stored in `chrome.storage.local`. - **Base URL** (the `ANTHROPIC_BASE_URL` you provide, default `https://ollama.com`) — stored in `chrome.storage.local`. The extension does **not** collect your name, email, location, web browsing history, financial information, or any other personal data. ## How data is used - Your API token and base URL are used solely to call `{base URL}/api/usage` over HTTPS to retrieve your Ollama API usage data (cost and per-model request counts) and display it in the popup. - The token is sent only to your configured base URL as an `Authorization` header. - The usage data returned is displayed in the popup and is not stored or transmitted elsewhere. ## Data storage - The token and base URL are stored in `chrome.storage.local` on your device. This is profile-local and is **not synced** to your Google account (`chrome.storage.sync` is not used). - The data persists in your browser profile until you click "Clear" in the extension's Options. ## "Import from settings.json" - The Options page offers an "Import from settings.json" button. When you click it and select a file, the extension reads that file locally (via the browser's file picker) to extract the `ANTHROPIC_AUTH_TOKEN` and `ANTHROPIC_BASE_URL` values, then fills them into the form. The file is read only when you explicitly select it; there is no silent file access. ## Third parties / data sharing - The extension sends your token and usage request only to your configured base URL (default `https://ollama.com`) to perform its function. It does not sell, rent, or share your data with any other third party. - No analytics, no telemetry, no advertising SDKs, no tracking. ## Remote code - The extension does not use remote code (no `eval`, no fetching and executing remote scripts). All code is bundled in the extension package. ## Children - The extension is not directed at children and does not knowingly collect data from children. ## Contact For questions, open an issue at https://github.com/letranthuan270797/usage-extension.