Remote Inject Bridge does not collect, transmit, or store any personal information. Specifically:
The extension uses Chrome's storage API to save two items locally on your device:
remote-inject.awesometools.dev)This data never leaves your device except as part of the normal connection to your chosen relay server.
When the bridge is active, the extension connects to a relay server via Server-Sent Events (SSE). The relay server:
storage — saves relay server URL and session ID locallytabs — reads the active tab's background color to match the popup themesidePanel — enables the side panel UI modeoffscreen — maintains the background SSE connection while you browse other tabsBy default the extension connects to remote-inject.awesometools.dev, a relay server operated by the developer. You can switch to a self-hosted relay server at any time in the extension settings. The relay server's own privacy policy applies when you use it.
The full source code is available at github.com/atshelchin/remote-inject for independent review.
Questions? Open an issue at github.com/atshelchin/remote-inject/issues.