Privacy Policy — Agent WebBridge

Last updated: June 23, 2026

Agent WebBridge (“the extension”) is an open-source (MIT-licensed) Chrome extension that lets a local AI agent automate your own Chrome browser through the Chrome DevTools Protocol. This policy explains, in full, what the extension does and does not do with data.

Summary

The extension sends nothing to any remote server. There is no backend, no analytics, and no telemetry. It collects no personal information. Its only network connection is a WebSocket to a program running on your own computer at the loopback address 127.0.0.1 (localhost). All data stays on your machine.

What the extension connects to

The extension opens a single WebSocket connection to ws://127.0.0.1:<port> — a local “agent-webbridge” Node daemon that you install and run on your own machine (from the open-source agent-webbridge npm package). This connection:

Data the extension stores (locally, on device only)

The extension uses Chrome’s storage APIs solely for configuration and short-lived task state. None of it is transmitted off the device:

What the extension reads from web pages

When your local agent directs it to, the extension uses the debugger permission to read and act on the page in a tab it is driving (navigate, read the accessibility tree, click, fill, screenshot, etc.). This page content is used only to carry out the command you requested and is relayed only to your own local daemon on 127.0.0.1. It is never sent to the developer, to Anthropic, or to any third party. The extension only ever acts on a tab when your local agent explicitly targets it.

What the extension does NOT do

Permissions

The extension requests debugger, tabs, tabGroups, storage, and alarms, plus host access to <all_urls>. Each is used strictly to automate the tabs you direct it to drive and to keep the local connection alive. None of these permissions is used to send your data anywhere off your device. A per-permission explanation is published on the Chrome Web Store listing.

Data retention and deletion

The only persisted item is the local daemon URL in storage.local. You can delete all stored data at any time by removing the extension from chrome://extensions, which clears its storage. The session-to-tab-group map is discarded automatically on browser restart.

Children’s privacy

The extension is a developer/automation tool, is not directed at children, and collects no data from anyone.

Changes to this policy

If this policy changes, an updated version will be published at this URL with a revised “Last updated” date. Because the extension is open source, all changes are also visible in the project’s public repository.

Contact

Questions about this policy or the extension can be raised on the project’s public repository issue tracker (github.com/jeet-dhandha/agent-webbridge/issues) or by email to the maintainer at jeet.dhandha.2511@gmail.com.