Extension 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
Open BRO-ker Extension from Chrome's toolbar.
Use the Settings tab to review connection status, source toggles, wallet defaults, limits, diagnostics, and support links.
Use the Channels tab for per-channel detection, Auto-buy, SOL route, ETH / Base route, wallets, and amount overrides.
Use Activity to inspect detections, selected route, wallet, status, blocked reason, and safe diagnostics.
Open settings from Chrome
- Open `chrome://extensions`.
- Find BRO-ker Extension.
- Click Details.
- Click Extension options.
Chrome opens a packaged route such as `chrome-extension://.../popup.html#settings`. That is expected for Chrome extensions.
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.