Is there an API for making a Google Chrome extension that reads the network resource request activity?

前端 未结 2 1432
轮回少年
轮回少年 2021-01-05 11:43

In the Google Chrome developer window, there is a Network tab that shows you all the resources that a web page loads over time. Is there a way to access this data in a Googl

2条回答
  •  自闭症患者
    2021-01-05 12:37

    There is experimental API for accessing network resources. Being experimental means that to use it users need to enable experimental API flag in their settings, plus you won't be able to submit such extension to the gallery.

提交回复
热议问题