Task: Collect http requests within content scripts of other extensions
Description: I am aware that we can attach debugger using chrome debugger api with an extension background page. However, official documentation haven't clearly mentioned if we can also collect requests made in content scripts of extensions?
Note: This question can be a followup of this question.