On chrome extension v3 how to know if there is at least one runtime listener on
I’m trying to build a very simple chrome extension v3, but most of the content I see out there [includig stackoverflow] no longer works because it was directd to v2. there is two problems that i need to address: on my backgroud script if i call chrome.runtime.sendMessage and the popup is not active, the javascript … Read more