If a web site has a third-party iframe on it, and the iframe is using window.postMessage to send a message to the main page, can an extension intercept the message?
I’d like to be able to check the message and depending on the content either deliver it or not.