as title says, the extension's overlay is still there and as far as I know I can't get rid of it.
Not working on mobalytics.gg extension on iwilldominate twitch stream

You can see the plugin overlay just to the left of the settings window - made change, reloaded page before making screenshot.
as referenced in the associated pull request, the overlay element changed. running this jquery command in your browser console will manually remove the overlay:
$(".extension-container").remove()
Thanks for that...
I decided to add "www.twitch.tv##.extension-container" to my ublock extension for the time being .. at least for streamlabs stuff, not sure if it works for others too though.
Most helpful comment
as referenced in the associated pull request, the overlay element changed. running this jquery command in your browser console will manually remove the overlay:
$(".extension-container").remove()