Is there a way to monitor if Firefox extensions or plugins are using the internet?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I'm fairly sure Firebug can track extension XHRs in its NET tab. You could also use a packet inspector such as Wireshark to see what traffic is generally going out of your system.

Failing that most extensions aren't that big. You can always just grep them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.