Open Inspector

Privacy Policy

Last updated: 25 August 2026

Open Inspector collects nothing, stores nothing, and transmits nothing. There is no analytics, no telemetry, no crash reporting, no account, no licence check and no server. The extension contains no code capable of making a network request.

What data is collected

None. Not anonymised data, not aggregated data, not "usage statistics to improve the product". Nothing leaves your browser, because nothing in the extension is able to send it.

What data is stored

None. The extension does not use chrome.storage, localStorage, IndexedDB, cookies, or any other persistence. Everything it reads about a page lives in memory for as long as the panel is open and is discarded when you close it.

Any change you make to a page — an edited CSS value, a forced :hover state, a hidden element — is reverted when the inspector closes, and gone entirely on reload.

Permissions, and why

activeTab Reads the page you are inspecting. Granted by your click on the toolbar button or your press of the keyboard shortcut, for that one tab, and revoked by the browser when you navigate.
scripting Injects the inspector into that tab. Without it, activeTab cannot be used.

The extension declares no host permissions. Chrome's install screen shows no site access requested. It cannot read a page until you explicitly invoke it, and it cannot read any page you have not invoked it on.

Network activity

The extension makes no network requests. This is verified automatically on every build by a script that scans the source, both generated manifests and the shipped bundles for fetch, XMLHttpRequest, WebSocket, sendBeacon and related APIs, and fails the build if any appear.

Two behaviours sit close to this line and are worth stating exactly:

The "Buy me a coffee" link in the panel footer is a plain link. It is inert until you click it. It is deliberately not the hosted badge image, because an image would be a request the extension made on every render.

Third parties

There are none. No SDKs, no trackers, no fonts loaded from a CDN, no error reporting service. This website has no analytics either, and is served as static files with no server-side code.

Children

The extension collects no data from anyone, of any age.

Changes to this policy

The extension is open source under the MIT licence. Any change to what it does is visible in its commit history, and the zero-network guarantee is enforced by a test rather than by this document. If this policy changes, the change appears in the repository alongside the commit that caused it.

Contact

Open an issue on the project repository.