Does anyone know if it's possible to have a permanent iFrame in a Chrome extension? I currently have an iFrame running on a background page, but I would like to be able to see it by the user (this is a video player, so even if the video is playing, the user does not click on the controls). The goal is that if the user closes the extension popup, the video is still playing, and when they click the popup again, the video is still playing and they have access to the controls. It looks like this was previously possible with importNode / AcceptNode, but it looks like they were removed from the API.
Any help would be awesome!
thanks
source share