Greetings to the experts in Chrome Extension development,
I am exploring ways to access information from a webpage without actually opening it in a separate tab. Is there a method to achieve this?
Here's the scenario: While browsing Site A, I come across a list of URLs (Site B, C, D) on the page. My goal is to find the first URL (from B, C, D) that contains a specific element with a known tag ID. To do this, I need to systematically open each URL and check for the presence of the element. If I locate the element on Site B, I should halt the process or make a note of it.
I'm unsure if AJAX can help me accomplish this task. Any guidance would be greatly appreciated. Thank you in advance. Let me know if any clarification is needed.