Looking at the code, the extension listens for `streamID` messages that are emitted whenever a user plays media in the browser[0]. It then captures the audio playback using the `MediaRecorder` interface [1] and sends the audio to the developer's backend server (wss://scrix.molyz.app/websocket) via WebSocket connection where it gets transcribed.