We're building a chrome extension on top of an existing system, to help with a few tasks.
It's AJAX intense and it would be far more efficient than scraping html and triggering events to intercept some of the AJAX responses.
Example: Frome chrome console, networks tab, you see the beautiful JSON:
How can a Chrome Extension get to that JSON ?
I've tried WebRequest but it appear it does't allow to do this.