New Twitch Action request

We currently have

followChannel and requestIdShare()

can we get a hideExtension() this is for Overlay and Component extensions and toggles the visibility flag the same as the checkbox does on the individual extensions menu.

From my point of view it would be useful however the downside to this is that to make it visible again knowing to click on the extension icon and toggling the switch.

Thoughts?

Just add an or suitable hover/show hide to your extension. Like how the Amazon Prime reminder does now.

Do it in extension rather than as a action.

I can see your use case though. But if you are gonna add a button to click to trigger the action, you can just display: none yourself

I get your point, I do the same with my extensions already, suppose it’s a nice to have.

Thanks
A

Agreed!