I want to post message from a content script in top frame to content script in sub iframes(not same origin)
the only ways I found is: post message to backround, and ask the background proxy the message to content script in active page. but it is too indecent.