We are currently in the process of developing a Chrome extension to enhance an existing system by simplifying various tasks.
This extension will heavily utilize AJAX technology, making it more efficient compared to web scraping or manually triggering events to capture AJAX responses.
For example, when using the Chrome console and navigating to the networks tab, you can view the JSON data. How can our Chrome Extension access this JSON data?
I have experimented with WebRequest, but it seems that it does not provide the capability for this specific task.