Privacy

Last updated 10 September 2026

Verbatim collects nothing. There is no account, no sign in, no analytics, no telemetry, and no server of ours for anything to be sent to. We could not see what you extract even if we wanted to.

Everything below is the long version of that sentence, so you can check it rather than take our word for it.

What the extension can see

Verbatim has no content script that runs on page load. Nothing is injected into any page until you click the toolbar icon or press the keyboard shortcut. From that moment, on that tab, it reads the page the way your browser's own inspector does: the DOM, the stylesheets, the computed styles, the fonts and the images.

It reads that information to show it to you. It is not recorded, not aggregated, and not transmitted.

What it stores, and where

Four things, all in chrome.storage.local, which lives on your own device and is never synced to us:

KeyWhat it holds
optionsYour settings: colour format, default scope, Tailwind version, whether resets are dropped, and so on.
toolbarPositionWhere you dragged the toolbar, so it reopens there.
windowGeometryThe size and position of the component, clone and asset windows.
options.bridgeTokenThe token you paste in to connect the extension to the Verbatim server on your own machine. It is generated by that server and never leaves your device.

Removing the extension removes all of it.

What leaves your browser

Two things, and only these:

Screenshots, saved HTML and asset zips are written by Chrome's own download system to your disk. They are built in the browser and never uploaded.

What we never do

The permissions, and why each one exists

PermissionWhy
activeTabTo act on the tab you are looking at when you invoke Verbatim, and only then.
scriptingTo inject the toolbar on demand instead of running on every page you visit.
storageTo remember the four things listed above, locally.
clipboardWriteBecause copying the code is the point.
downloadsTo save screenshots, page HTML and asset zips to your machine.
http, httpsTo refetch stylesheets the page cannot read, and to reach the Verbatim server on your own loopback address.

The MCP server

The optional server runs on your machine, under your account, and drives a local browser. Pages it visits are read there. Nothing is relayed to us, and it has no account to relay it to.

Children

Verbatim is a developer tool and is not directed at children. It collects no personal information from anyone, of any age.

Changes

If this ever changes, the date at the top changes with it, and a change that affects what is collected would be announced in the extension itself before it took effect. Given that the answer today is nothing, we do not expect to.

Contact

Questions about any of this: privacy@verbatim.design.