This is a mirror. Check main repository on Codeberg
This extension for Firefox, it lets the users play the stream in radio mode(only audio).
After installing the extension, go to a Twitch channel webpage. You will see a radio icon next to the volume slider in the video player area.
Clicking the icon will start playing the audio_only stream, and the icon becomes yellow.
The volume can be adjusted in the same way as the video, using the same volume slider.
If you want to pause, just click the radio icon one more time. The audio will automatically stop if the video is played.
The extension is created with TypeScript and uses Webpack to build the code.
Please install webpack and other dependencies for the project.
pnpm
pnpm build
pnpm build:prod
- In Firefox, go to about:debugging
- On the top left, select "This Firefox"
- Click "Load Temporary Add-on..." and select <source_directory>/release_firefox.


