I am looking for a way to keep a google chrome extension open, when a user clicks off.
I have read through every stack overflow question on this topic, and all of them seem to say this is not possible or they provide a deprecated approach.
Before you say this is not possible, please note, I have in fact seen this behavior in-action on a live chrome extension (loom.com video recording extension does this).
So a follow-up question to mine, is how does the loom chrome extension keep their chrome extension widget/contents open when a user clicks off?
The reason I need this behavior, is I am creating a tutorial chrome extension, that shows people how to navigate a site.
Thanks in advance!