WhisperLiveKit/chrome-extension
2025-09-25 23:14:25 +02:00
..
icons workaround to get the list of microphones in the extension 2025-09-04 23:58:48 +02:00
background.js workaround to get the list of microphones in the extension 2025-09-04 23:58:48 +02:00
demo-extension.png common frontend for web/ and chrome extension 2025-09-25 23:14:25 +02:00
manifest.json common frontend for web/ and chrome extension 2025-09-25 23:14:25 +02:00
README.md common frontend for web/ and chrome extension 2025-09-25 23:14:25 +02:00
requestPermissions.html v0.1.0 chrome extension 2025-09-04 16:36:28 +02:00
requestPermissions.js v0.1.0 chrome extension 2025-09-04 16:36:28 +02:00
sidepanel.js v0.1.0 chrome extension 2025-09-04 16:36:28 +02:00

WhisperLiveKit Chrome Extension v0.1.1

Capture the audio of your current tab, transcribe diarize and translate it using WhisperliveKit, in Chrome and other Chromium-based browsers.

Currently, only the tab audio is captured; your microphone audio is not recorded.

WhisperLiveKit Demo

Running this extension

  1. Run python sync_extension.py to copy frontend files to the chrome-extension directory.
  2. Load the chrome-extension directory in Chrome as an unpacked extension.

Devs: