javascript - How to get cross-origin iframe content by Chrome extension? -


i want fetch images cross-origin iframe (both main frame , iframe don't belong me) , use chrome extension analyze them. apparently, can't authority access servers.

i read lot solutions cross-origin scripting, methods require on own server.

any ideas this? in advance!


Comments