Hello everyone,
I hope this is the right forum to post this in, I am in need of help and have looked for weeks.
I am building a chrome extension for debugging and analyzing certain types of web traffic on sites. One aspect of my extension is to get information on all the frames that are loaded from a parent page using chrome.webNavigation.getAllFrames.
This returns something like
This is good information but I find it hard to retrieve more information on the specific frame.
Something like this (on application tab in devtools) would be a great step forward for me, getting more insight about the iframe like the ID or other attributes, the ideal scenario would be to able to get the specific html tag in the parent document that spawned this frame.
Does anyone have any idea how to go about this? I am open to paid consulting as well, if it's something that is a little bit time consuming.

Thank you all in advance.