US Trends

how to add algs stats extension in twitch

You can add an ALGS stats extension on Twitch by installing it from your channel’s Extension Manager if it already exists, or by creating/deploying it if you’re the developer. Twitch says broadcasters can find available extensions and install them directly from the dashboard’s Extension Manager.

For viewers/broadcasters

  1. Open your Twitch Creator Dashboard.
  2. Go to Extensions or Extension Manager.
  3. Search for the ALGS stats extension.
  4. Click Install , then configure it for Panel , Overlay , or Component if the extension supports those modes. Twitch’s extension docs explain that extensions are managed from the dashboard and can be installed from the Extension Manager.

For developers

If you’re building the extension yourself, Twitch requires you to create it in the Extensions Developer Console , and the setup starts by creating a new extension version there. The docs also note that extensions can be built and managed through Twitch’s extension lifecycle, starting with a local test version before wider release.

Practical note

If “ALGS stats” refers to a third-party stats overlay, it may be a custom extension or an external widget rather than an official Twitch-native feature. In that case, the install steps depend on where the developer published it, but the Twitch-side place to add it is still the Extension Manager.

What to check

  • Whether the extension is published in Twitch’s extension directory or shared by the creator.
  • Whether your account has two-factor authentication , which Twitch requires for extension development.
  • Whether the extension is meant for panel , overlay , or video component use.

If you want, I can turn this into a simple step-by-step guide for a broadcaster or a developer.