Privacy Policy — agent-browser-stealth

Chrome extension (id ciiljdlhdpfckdcfkphgmfalanpdejep) · Last updated 2026-06-09

Summary: this extension collects no personal data, contains no analytics or trackers, and sends nothing to any remote server. It is a local bridge that lets the user's own agent-browser command-line tool, running on the same computer, drive the user's logged-in Chrome.

What the extension does

agent-browser-stealth pairs Chrome with the locally-installed agent-browser CLI over Chrome native messaging (a local inter-process channel; no network socket, no token). When the user issues an automation command in the CLI, the extension relays Chrome DevTools Protocol operations to the tab the user targets. Everything happens on the user's machine, initiated by the user.

Data collection & use

CategoryCollected?Detail
Personally identifiable informationNoNever read, stored, or transmitted.
Browsing historyNoNot collected. Page content is acted on transiently only while the user is running an automation command, and is never stored or sent off-device.
Authentication / cookies / credentialsNoNot read or exported by the extension.
Analytics / telemetryNoThe extension contains no analytics, tracking, or crash-reporting code.
Remote transmissionNoThe extension's only message peer is the local agent-browser CLI via native messaging. It makes no outbound network requests of its own.

Permissions & why they are needed

PermissionPurpose
debuggerAttach the Chrome DevTools Protocol to the user's own tab so the local CLI can automate it, only while the user is actively running a command.
tabsEnumerate and target the correct open tab to automate.
nativeMessagingThe local transport to the paired agent-browser CLI — the extension's sole communication channel.
storagePersist small local pairing/state values.
alarmsKeep the MV3 service worker alive during longer automation sessions.
webNavigationDetect page loads so automation can wait for the right moment.

Data sharing

None. No data is sold, shared, or transferred to third parties. There are no third parties — the extension talks only to a program the user installed on the same computer.

Contact

Source code, issues, and contact: https://github.com/leeguooooo/agent-browser-stealth