Hello.
I'd like to know if it's possible for this extension, which I'm already using in its new version "tabee" and which works very well, to add the channel name to YouTube tabs.
I've seen that adding a bookmark in my Chrome browser with this code:
javascript:(function(){var e=document.querySelector(".ytd-channel-name a");e?document.title=e.textContent.trim()+" - "+document.title:alert("Channel name not found")})();
It adds it automatically, but I can't find a way to do it automatically when I open a YouTube tab.
Would it be possible to integrate something similar that can be toggled on or off in case some users don't want it?
Thanks.