I build a Chrome extension which loads an external url in an iframe in the popup that is shown when the extension icon is clicked.
Is it possible to inject css inside that iframe so that I can make that site show more properly inside the popup?
I cannot use tabs.insertCSS, since this page is shown inside the extension popup and also I don't want to add the CSS to the website itself, as visitors to the website should be able to see it as it originally should be.