I want to inject JavaScript code with a chrome extension, within a frame that is inside an iframe and that inside another iframe.
Page
|-- iframe 1
|-- iframe2
|-- frame (no iframe), where I want to inject code
This is possible? how?
Thanks!