Hello, I'm new to Chrome extensions and I've searched a lot of documentation and can't find an answer to this. I would like to get a page without opening it in a tab or viewing it all. For example, if a visitor goes to a specific page, I want to view the contents of that page, but also at the same time, visit three more pages and scrape some data from them, without viewing and without opening a new tab, or iframe.
In one of the pages, I want to get, it does several fetch commands while loading the page. I just want to get all the contents without viewing the page. More specifically, I would like to get the json contents of one of the fetch commands that it does. I can see it when I load the full page, but I can't get this to work using fetch. Is there another way?
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/17933794-31da-4ac2-97b0-295c55860738n%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/fcb52fff-7c20-42e2-9252-546b9c6ca68dn%40chromium.org.