MakeGithubGreatAgain icon indicating copy to clipboard operation
MakeGithubGreatAgain copied to clipboard

Broadcasting to the content scripts

Open danbovey opened this issue 7 years ago • 0 comments

Hey

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 🎉

https://developer.chrome.com/extensions/runtime#method-sendMessage

danbovey avatar Feb 13 '17 20:02 danbovey