I'm writing an extension in Google chrome and Opera
I need to watch for specific URLs loaded, when i type one url in the address bar. example: if i goto www.google.com, it will load couple of other urls / images, etc.. those will be shown in Developer tools->Network.
Is there anyway, i can access that log from my extension background page?
Please let me know