Chrome extension to read HTTP response

后端 未结 3 1105
轮回少年
轮回少年 2020-11-29 22:10

I have this Chrome extension that modifies the header of requests before sending them. I now would like to be able, within the same extension, to check the header of the res

3条回答
  •  自闭症患者
    2020-11-29 22:38

    FYI, there is now a way to build a Developer Tools extension which is easier than the above. For more info: https://developer.chrome.com/extensions/devtools_network

提交回复
热议问题