Enables radio mode in Chrome web browser
The extension runs Twitch radio mode in Chrome. Saves network bandwidth, RAM, and other device resources.
"Radio mode" is a feature in Twitch mobile app, with which users can play only the sound of the stream, instead of playing the full video. The feature is useful for radio or music streams.
After installation, there will be a new "radio" button in control panel of the video. Radio mode can be started/stopped by a single click of this button, and users can engage in the chat just like when they play video streams.
NOTE: If you have any issues using the radio mode button, please refresh the webpage and try again.
The original source code can be found at: https://github.com/c-rainbow/twitch-audio-web
Frequently Asked Questions
- Can I use this extension in a recorded video, like past broadcasts, highlights, clips, etc?
This extension only works for a livestream.
- Can I collect channel points with this extension?
No, you cannot collect channel points if the video is not played.
- I cannot use radio mode in the main page.
For now, the extension only works in the streamer’s channel page.
Release notes
v0.5.1 (2022-07-12)
- Fixed a bug that the radio mode was stuck for ~15 seconds before the audio is played.
- Fixed a bug that the radio mode button is always disabled for some people
v0.5.0 (2022-07-06)
- Fixed a bug that the radio mode could not start after 20 minutes of page load.
- Code refactors
- Updated to manifest 3
v0.4.0 (2022-05-07)
- Hotfix: Twitch's DOM change made the radio mode button invisible.
- Updated all dependencies
- Tooltip messages are back.
v0.3.1 (2021-05-17)
- Hotfix: Twitch's CSS change exposed tooltip text when the radio mode button is not on hover state. Temporarily removed all tooltip messages
v0.3.0 (2021-04-04)
- Updated all dependencies to the latest version
- Added a message to ask users to refresh the page in case of unexpected error
v0.2.0 (2020-12-18)
- Bugfix: Twitch recently updated CSS which caused the icon background white/black, not transparent
v0.1.0 (2020-06-12)
- In popup, a new config "Autoplay video when radio mode ends" is added
- Minor UX improvement (different tooltip messages per status)
- I18n support (English, Korean so far)
- Miscellaneous bugfixes
v0.0.3
- Prototype