I'm looking for a way to send data (or straightly edit) the DOM/HTML from the original popup page, from inside a content script. My script is started using the following line:
chrome.tabs.executeScript(null, {file: "script.js"});
I'm looking for a way to access the original popup's HTML so I can write and update a log of what that script.js is doing dynamically.
If you need more information, I'll be more than happy to edit this post.
Thanks a lot for your help!