I have a chrome extension which is accessible from a particular website url. I need to get the local storage of an iframe available in this website which is cross-origin domain, which is not possible. So as a work around I want to open the iframe url as a new tab, unfocused and access the localStorage of that tab from the chrome extension. How can I get the localStorage of the new opened tab