The Google Chrome Developer window has a Network tab that displays all the resources that the web page loads over time. Is there a way to access this data in the Google Chrome extension?
CONFIRMATION: I want to make a Chrome extension that should read this data and do something based on what it reads. So I had to ask: "Is there a Chrome extension API that allows this?"
There is an experimental API for accessing network resources. Being experimental means that to use it, users need to enable the experimental API flag in their settings, plus you can’t send such an extension to the gallery.
Right-click on the web page, select “View Item”, select the network tab, then refresh
Source: https://habr.com/ru/post/886081/More articles:How to completely reset Python stdlib logging module in ipython session? - pythonHow does Java create an object in the JVM? What happens on the stack and heap when I call the constructor? - javaAnyone using Powershell's BDD? - powershellMac OSX Android emulator hanging on the screen with the inscription "ANDROID_" - androidWhat is the fastest algorithm that returns the power of a number that has a power of 2? - c ++How to create Liquid Layout in android - android-layoutPressing a button automatically in a web browser using python - pythonBuildOnlyProject Command Disabled - c #Serving html static in Google app engine Python - pythonHow do you create only a project using the Visual Studio Command Window? - commandAll Articles