Can I use chrome.runtime port.postMessage to send messages from background script to content script?
I have seen answers of using chrome.tabs.sendMessage but I have an existing code and I wanted to make use of this code with minimal changes.
Thanks in advance.