This Chrome extension keeps an eye on WebSocket traffic and sends it straight to OBS, making real-time updates a breeze! 🎮✨
👀 Monitor WebSocket traffic in Chrome
📨 Forward WebSocket messages to OBS
🔗 Connect to OBS WebSocket server
🖱️ Easy-to-use popup interface
⚙️ Customizable settings
- Clone this repo or download the source code.
- Open Chrome and go to:
chrome://extensions/ - Turn on Developer mode (top right corner).
- Click Load unpacked and pick the folder with the extension files.
- Click the extension icon in Chrome to open the popup.
- Hit Connect Chrome WS to start monitoring WebSocket traffic.
- Click Connect to OBS to link up with your OBS WebSocket server.
- The popup shows connection status and message stats.
- Right-click the extension icon and choose Options.
- Add your OBS WebSocket server URL and password.
- Click Save Settings to lock it in.
manifest.json: Extension setup
background.js: Main logic
popup.html & popup.js: UI stuff
options.html & options.js: Settings page
Want to tweak or expand the extension? Here’s how:
Edit the files (e.g., background.js for core logic, popup.js for UI).
Reload the extension in Chrome to see changes.
Use Chrome’s dev tools for debugging.
This project is licensed under the GNU Lesser General Public License v2.1.
Got ideas? Contributions are welcome! Just submit a Pull Request.
Ran into issues? Have questions? Open an issue or jump into the Discord.
OBS Studio: For being the GOAT of live streaming.
OBS WebSocket: For making OBS WebSocket magic happen.
This project is not officially affiliated with OBS Studio or its WebSocket plugin. Use it at your own risk.