This extension for Google Chrome browser lets users play the stream in radio mode.
Korean version of README can be found here. 한국어 설명서는 여기로
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 can be installed in Chrome Web Store
If you want to download the source code yourself, please follow the steps below, or follow the official installation instruction which can be found here.
- Download or clone the code, and unzip the file
- In Google Chrome, go to chrome://extensions
- On the top right, enable "Developer Mode"
- Click "Load Unpacked", locate the unzipped directory.
The code comes with pre-built Javascript code which can be readily used as an extension.
The extension is created with TypeScript and uses Webpack to build the code.
Please install webpack and other dependencies for the project.
> yarn
After you build the project, two files (dist/background.js, dist/conentscript.js) will be updated with the current TypeScript code.
> yarn build
Load the extension in Chrome browser as instructed in Install section.

