Browser extension enabling AI agents to control Webfuse sessions via RPC.
- Browser automation (click, type, scroll, navigate)
- DOM and GUI snapshots
- Custom function registration for other extensions
- Visual effects during automation
- Get an extension key from your Webfuse Space settings
- In
manifest.json, configure the key:"env": [{ "key": "RPC_API_KEY", "value": "ek_your_key_here" }]
- Install the extension in your Webfuse space
SDK/MCP Client → Centrifugo WebSocket → RPC Extension → Browser
background.js- Service worker, WebSocket connection, RPC routingcontent.js- DOM automation, visual effects, custom function APIlib/- Configuration, Centrifugo client, effects
See CUSTOM-EXTENSIONS.md for creating extensions that expose RPC functions.
Proprietary - Webfuse