Just something that might be helpful towards this comment:
// Chrome doesn't have an easy way to broadcast a message to all
// content scripts, so just broadcast the message to every tab
// and rely on Chrome's manifest permission to restrict
You can totally do this with the chrome.runtime API 🎉
Hey
Just something that might be helpful towards this comment:
You can totally do this with the
chrome.runtime
API 🎉https://developer.chrome.com/extensions/runtime#method-sendMessage