I am working on a chrome Extension which can capture API response data the website is sending.
PS: I cannot use the webrequester/HTTP requester from chrome. I need to specifically capture this data when website requests and receives a resposne.
Thanks in advance!