Last updated: 2026-04-24
Pixel Analyzer is a Chrome extension for inspecting and debugging ad tracking pixel URLs. This policy describes what data the extension handles and how.
Pixel Analyzer stores the following data locally in your browser using chrome.storage.local:
This data never leaves your browser. It is not transmitted to any server, not shared with any third party, and not accessible to the developer. You can delete it at any time using the "clear history" button in the extension.
When you use the right-click context menu to analyze a pixel URL, the extension reads the contents of the active text field or current text selection on the page. This value is used only to populate the URL input field and is never stored beyond your browser session.
When the DevTools panel is open, the extension observes network requests made by the inspected page in order to display pixel requests in the hit list. This data is processed locally and is never transmitted or stored beyond your current DevTools session.
| Permission | Why it's needed |
|---|---|
activeTab / scripting |
Reads URL content from input fields and selected text when you trigger right-click analysis |
contextMenus |
Adds the "Analyze Pixel URL" option to the right-click menu |
storage |
Saves analysis history and last-used URL locally in your browser |
windows |
Creates and manages the standalone pop-out window |
clipboardRead |
Lets the Paste button read your clipboard to auto-fill the URL input |
host_permissions: <all_urls> |
Required for the right-click context menu to work on any site |
The extension contains no analytics code, no crash reporting, no telemetry, and no advertising. The developer has no visibility into how the extension is used.