How to set the default filter in Chrome Developer Tools?

When debugging a website in the Network pane of Chrome Developer Tools, there are Chrome extension networks, I want to filter extension networks, but I have to enter -scheme:chrome-extension every time. Is there a way to configure the default chrome extension of the surge protector?

+5
source share
1 answer

Unfortunately, this does not look different. I did a little research to find out if I managed to create a Chrome extension to automate it, but the chrome.devtools.panels API does not provide access to the Network panel, only the Elements and Sources panel, and even those have access only in a limited way.

It’s best to use Chrome in a different profile or incognito mode.

+1
source

All Articles