I'm trying to develop a chrome extension that reads a value from an input element inside of an iframe, which src indicates to a completely different domain.
I already tried including
"all_frames": true,
into the manifest.json, but it seems to get called through a script.
I can see it inside of the "inspect elements" tool, so I assumed that would work, but now I am kind of stuck.