Last Updated: January 2026
AI Code Analyzer is a Chrome extension that captures screenshots of code and sends them to AI services for analysis. It helps developers understand code by providing explanations and visual flow diagrams.
We collect nothing. This extension has no server, no analytics, no tracking, and no data collection of any kind.
chrome.storage.localYour data is sent to whichever AI provider you select. Please review their privacy policies:
| Provider | Privacy Policy |
|---|---|
| OpenAI | https://openai.com/privacy |
| Google Gemini | https://policies.google.com/privacy |
| Anthropic Claude | https://www.anthropic.com/privacy |
| xAI Grok | https://x.ai/legal/privacy-policy |
The extension requests the following permissions:
| Permission | Why It's Needed |
|---|---|
activeTab |
Capture screenshot of the current tab when you click "Capture" |
tabs |
Query which tab is currently active |
scripting |
Inject the selection overlay so you can draw a rectangle |
sidePanel |
Display the results panel on the side of your browser |
storage |
Save your settings (API keys, selected provider) locally |
host_permissions |
Allow capturing screenshots from any webpage you visit |
If we make changes to this privacy policy, we will update the "Last Updated" date at the top of this page.
If you have questions about this privacy policy, please open an issue on our GitHub repository.
AI Code Analyzer is an open-source project. View the source code at github.com/jimnaff/AISnip