Privacy Policy

Clawser Browser Relay · Last updated: 20 August 2026

English中文

Clawser Browser Relay does not collect, store, or transmit any personal information or browsing data. It contains no telemetry, no analytics, and no crash reporting, and it does not communicate with any remote server.

1. How the extension works

Clawser Browser Relay is a developer tool. It exposes browser automation capabilities to a program that you run on your own computer (the Clawser client), in the same way that tools such as Puppeteer and Playwright do.

All communication happens inside your own machine. The extension connects only to 127.0.0.1, the loopback address of your computer. It makes no network requests to any external host.

2. What the extension can access

Once you explicitly attach a tab to an automation session, the extension can read that page's content and perform actions on it through the Chrome DevTools Protocol.

3. Local storage

The extension stores only its connection settings in your browser's local storage — the local relay port number and related preferences. No browsing data is stored. Uninstalling the extension removes all of it.

4. Permissions

debugger
Controls the tabs you attach, via the Chrome DevTools Protocol.
Access to all websites
Clawser is a general-purpose automation tool. The sites it operates on are chosen by you at runtime and cannot be known in advance, so a fixed list of hosts is not possible. The extension performs no background activity on any site.
tabs / activeTab
Lists open tabs so you can choose which one to attach, and reports tab state back to your local script.
storage
Saves the local relay port and connection preferences.
alarms
Schedules reconnection to the local relay after the service worker is suspended by the browser.
webNavigation
Detects navigation in attached tabs so the automation session stays synchronised.

5. Changes to this policy

If this policy changes, the revised version will be published on this page with an updated date above.

6. Contact

Questions about this policy can be raised at github.com/agilecho2022-lgtm/clawser/issues.

中文版

Clawser Browser Relay 不收集、不存储、不传输任何个人信息或浏览数据。 本扩展没有任何遥测、分析或崩溃上报功能,也不与任何远程服务器通信。

一、扩展如何工作

本扩展是一个开发者工具。它在你的电脑上,把浏览器自动化能力提供给你自己运行的本地程序 (Clawser 客户端),机制与 Puppeteer、Playwright 等工具相同。

所有通信都发生在你的电脑内部,连接地址固定为 127.0.0.1(本机回环地址)。 扩展不会向任何外部服务器发送请求。

二、扩展会访问什么

当你主动将某个标签页接入自动化会话后,扩展可以通过 Chrome DevTools Protocol 读取该页面内容并执行操作。

三、本地存储

扩展仅在浏览器本地保存连接配置(本机 relay 端口号等),不保存任何浏览数据。 卸载扩展即全部清除。

四、权限说明

五、政策变更

本政策如有变更,修订后的版本将发布在本页面,并更新页首日期。

六、联系方式

对本政策有疑问,可通过 GitHub Issues 反馈。