I am working on a Chrome extension. I would like to modify some contents when the (very first) page load happens.
I wonder if I use the method getContent()
in chrome.devtools.network.onRequestFinished.addListener
, how can I modify the content after it is returned from the method?
Is this method only for network/traffic observation? Can I modify the response body?