Is there a way to restrict twitch extensions to work on chome only?

lets say I want my extension to work only on chrome and safari browser but not on mozilla. Is there a way to achieve this?

Why would you want to restrict which browsers can use your extension? It’s possible to fail review if you don’t provide functionality to all of the most used browsers.

Ohh, I see.
Actually I am working on a project and for that I need to see if it can be restricted to specific browsers.
Is there a way to do that?

There’s nothing on Twitch’s end that would assist you in disabling functionality for certain browsers. you would need to code that yourself in your Extensions JS to detect the users browser and then do nothing. There’s no way to prevent it from attempting to the load in the first place.

As I mentioned though, because of what you’re doing it may not pass review so may not be usable by anyone on Twitch anyway.

Thank you @Dist