Is it possible to modify the page (e.g., add a DIV to the BODY) from a background script? Things like document.body.appendChild(…); don’t seem to work.
Or do I have to create a content script and send a message from the background script to the content script?
The fine documentation doesn’t explain this.