How to see what url javascript is requesting in the Chrome Network Activity Panel

I’m using this page as an example.
In the network tab of the console, if I block requests from the url “https://www.premierleague.com/resources/prod/f4af34b-3761/widgets/pl_player-image.min.js”, the player image does not load, so I assume this is what is getting the image of the player.
However, what should I do to find out the url that the javascript is requesting to get that image? (besides right clicking and opening the picture in a new tab)