GM_xmlhttpRequests do not show up in Network Tab of Chrome Inspector
Show all GM_xmlhttpRequests in Network Tab of Chrome Inspector
GM_xmlhttpRequests do not show up in Network Tab of Chrome Inspector
Applies to all user-scripts
It's performed in the background page context.
chrome://extensions pagedeveloper mode slider/checkboxbackground in Tampermonkey's entry.details first - in case several pages are shown in the card).There is not developer mode slider/checkbox
Do I have to use Chromium instead of Chrome?
They have made userscripts appear at developer tools in version 4.5 (2017-12-30).
I was hoping to see similar change for GM_xmlhttpRequest
There is not developer mode slider/checkbox
Well, Google's designs were always bad, I know, but you can easily find a video or a tutorial that illustrates the procedure. I can show a screenshot:

They have made userscripts appear at developer tools in version
Userscripts runs inside the web page but GM_XHR runs inside a different page - the extension's background page, which is why it cannot be shown in web page's devtools.
Thanks so much. Life saver!
@tophf Thanks! :)
Most helpful comment
Well, Google's designs were always bad, I know, but you can easily find a video or a tutorial that illustrates the procedure. I can show a screenshot:
Userscripts runs inside the web page but GM_XHR runs inside a different page - the extension's background page, which is why it cannot be shown in web page's devtools.