Is it possible to hide extension resources in the Chrome web inspector network tab?

夙愿已清 提交于 2019-11-29 19:03:07

Not quite the solution I was after (I'd have preferred a global setting), but there is now a way to filter out requests from extensions, as mentioned by a commenter on the issue I originally opened.

In the network tab filter box, enter the string -scheme:chrome-extension (as shown below):

This is case-sensitive, so make sure it's lowercase. Doing this will hide all resources which were requested by extensions.

vsevik

This is currently impossible. Please file a feature request on crbug.com.

When the post was first answered, it was not possible, The OP then requested for it here https://code.google.com/p/chromium/issues/detail?id=239401 and now it is possible.

An Incognito Window, can be configured to include or exclude extensions from the extensions page of Chrome settings.

you can simply enable this option and requests from extension will be group.

Update: It can only group requests that create by the extension that draw iframe, such as cVim

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!