RustCLI is a browser extension that creates a bridge between the RustCLI command-line tool and your Chrome browser. This extension is designed with privacy as a core principle.
The single purpose of this extension is to enable sharing of browser cookies and tab information between your Chrome browser and the locally running RustCLI daemon on your own machine. This allows you to reuse existing authenticated sessions from your browser in command-line tools and automation scripts.
All data processing happens locally on your machine. No data is collected, transmitted, or stored to any external servers or third parties by this extension.
The extension does not store any persistent data beyond what is necessary for the local communication with the RustCLI daemon. All configuration and cached data stays local to your browser instance.
tabs: Needed to list and manage browser tabs from the
RustCLI CLI
cookies: Needed to read cookies from all domains to share
with the local CLI daemon
activeTab: Needed to access information about the
currently active tab
alarms: Needed to maintain persistent connection to the
local daemon
debugger: Needed for debugging connections to the local
RustCLI daemon when needed
This extension only communicates with a locally running RustCLI daemon
on localhost:19825. No connections are made to any external
servers or third-party services.