Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to monitor HTTP Traffic in Chrome using an extension?

I am attempting to write a Chrome extension that needs to watch HTTP traffic to check if a specific domain is requested and then do other stuff based on that.

I want to keep it all as a single extension if possible, so can't use Fiddler etc. I know FireFox can do this as it's done in HttpFox, but am not sure if this is allowed in Chrome.

Thanks.

like image 359
Pickled Avatar asked Jul 26 '11 14:07

Pickled


People also ask

Can Chrome extensions see history?

They can visualize your history in the form of charts, maps, and trees. However, most of the extensions organize your browsing history based on time and date, which makes it easy to resume the interrupted browsing sessions in case Chrome Journeys doesn't work for you.

Do Chrome extensions collect data?

Starting next year, Chrome extensions will show what data they collect from users. Google will add a "Privacy practices" section on each Chrome extension's Web Store page listing what data they collect from users and what the developer plans to do with it.


1 Answers

maybe this is what you are looking for: http://code.google.com/chrome/extensions/trunk/experimental.webRequest.html#examples

like image 110
Walialu Avatar answered Oct 08 '22 20:10

Walialu