Skip to content

Extension Settings

Packaged Chrome settings

Control channels, routes, wallets, and limits from the extension popup.

Extension settings run inside Chrome as packaged extension pages. This website explains the flow, but it does not replace the local popup, options page, content scripts, or Chrome API handlers.

Open settings from the popup

1 Click the toolbar icon

Open BRO-ker Extension from Chrome's toolbar.

2 Open Settings

Use the Settings tab to review connection status, source toggles, wallet defaults, limits, diagnostics, and support links.

3 Review channels

Use the Channels tab for per-channel detection, Auto-buy, SOL route, ETH / Base route, wallets, and amount overrides.

4 Check Activity

Use Activity to inspect detections, selected route, wallet, status, blocked reason, and safe diagnostics.

Open settings from Chrome

  1. Open `chrome://extensions`.
  2. Find BRO-ker Extension.
  3. Click Details.
  4. Click Extension options.

Chrome opens a packaged route such as `chrome-extension://.../popup.html#settings`. That is expected for Chrome extensions.

What stays local

Popup UI, settings UI, channel controls, Activity rendering, diagnostics, message handlers, and Chrome API calls remain inside the installed extension package.

Website Boundary

The public site can describe settings and link to help pages, but it cannot replace packaged extension UI logic or run the extension's Chrome APIs from the web page.