I am building a Chrome v3 extension. In this extension, when the user opens a specific page, for example, "
https://example.com," a script will be executed to inject an iframe (overlay) from a site they have registered, such as
https://www.instagram.com. Since I don't have control over the Instagram site, it's highly likely to trigger a "violates the following Content Security Policy" error. Is it possible for me to do this?
The reason is that the user needs to copy specific information without constantly switching between tabs