I'm trying to send a message - using chrome.tabs.sendMessage - to every tab that gets opened. The problem is that chrome.tabs.query and sendMessage don't want to work well with options such as chrome.tabs.onCreated. I think this is because those functions are asynchronous, but everything I've tried with that in mind has failed so far. Does anyone have any solution to this?
Thanks in advance.