Connect Telegram¶
Link the extension to your BRO-KER account.
Connecting Telegram lets the extension sync channel settings, safe Activity records, public wallet metadata, and backend connection status with your BRO-ker account. Extension tokens and wallet secrets are not returned to this website.
Connection flow
Click the BRO-ker Extension icon in the Chrome toolbar.
Click Connect Telegram account. Chrome opens the BRO-ker extension login page.
Finish the login flow served from `https://extension.bro-kerbot.com`.
Return to the popup and refresh if needed. Then enable only the channels you want to monitor.
Safe website bridge
The public website may send safe read-only messages to an installed extension. These checks are for install/status awareness and login handoff, not for exposing private extension state.
| `BROKER_EXTENSION_PING` | Confirms the extension is installed and returns the extension version. |
|---|---|
| `BROKER_EXTENSION_STATUS` | Returns installed, version, connected yes/no, and logged-in yes/no. |
| Login completion | Hands the one-time extension token to the extension after the user completes the Telegram flow. |
What is never returned to the website
- Extension tokens after login storage.
- Backend bearer tokens.
- Wallet private keys or seed phrases.
- Telegram or Discord session tokens.
- Raw diagnostics or backend secrets.
- RPC keys or API keys.
Origin restriction
The extension rejects messages from origins other than https://extension.bro-kerbot.com and rejects unknown message types.