Chrome Web Store Extension

Privacy Policy
AI Code Reviewer

Effective date: June 4, 2026 Last updated: June 4, 2026 Version 1.0.0
// TL;DR — Plain English Summary

1. Overview

AI Code Reviewer ("the Extension", "we", "our") is a Chrome browser extension that enables developers to review code using a Large Language Model (LLM) of their choice. This policy explains what data is involved when you use the Extension and how it is handled.

We are committed to full transparency: the Extension does not operate any backend server, does not collect personal information, and does not store your code.

2. Data Transmitted

The only data transmitted by the Extension is the code you actively choose to review. When you trigger a review, the selected code snippet is sent as part of an API request directly to the LLM endpoint URL you have configured in the Extension settings.

User-configured endpoint: You supply the API URL (e.g. a cloud LLM provider such as OpenAI, Anthropic, Azure OpenAI, or a self-hosted model). The Extension sends your code to that URL only. The data flow is:

Your Browser → Your configured LLM endpoint

No data passes through any server operated by the Extension developer.

3. Data We Do Not Collect

The Extension does not collect, transmit, or store any of the following:

  • ✗   Source code or review results
  • ✗   Personally identifiable information (name, email, IP address)
  • ✗   Browsing history or visited URLs
  • ✗   Authentication credentials or API keys (stored locally only, never transmitted to us)
  • ✗   Usage analytics or telemetry
  • ✗   Crash reports or diagnostic data

4. Local Storage

The Extension stores your configuration — such as the LLM endpoint URL and any preferences you set — locally in your browser using Chrome's storage.sync or storage.local API. This data never leaves your browser except as described in Section 2 above.

Your API key (if required by your chosen LLM provider) is stored locally in your browser and is only used to authenticate requests to the endpoint you configured. It is never sent to any server controlled by this Extension.

5. Third-Party LLM Providers

When you configure a third-party LLM provider (e.g. OpenAI, Anthropic, Google Gemini, Mistral, or a self-hosted model), your code is subject to that provider's own privacy policy and terms of service. We encourage you to review those policies before use.

We have no control over how third-party providers process or retain data sent to their APIs.

6. Children's Privacy

This Extension is not directed at individuals under the age of 13. We do not knowingly collect any information from children.

7. Changes to This Policy

If we make material changes to this Privacy Policy, we will update the "Last updated" date at the top of this page and, where appropriate, notify users via the Chrome Web Store listing or extension update notes.

Continued use of the Extension after changes are posted constitutes acceptance of the updated policy.

8. Contact

If you have any questions or concerns about this Privacy Policy, please open an issue on the Extension's repository or contact us via the Chrome Web Store developer contact.