Can't check if I have it or not, since I'm at work right now, but I do find it awfully odd that something could install in firefox without my say-so. If I want to install an addon it asks me if I'm sure two or three times and makes me watch a button count down before actually letting me do it. How in the world can something install in the background with no input?
In Firefox, it is because they use a plugins folder, that is an ordinary file system folder. Although this is convenient, it is also impossible ensure exclusive control (as it is a folder, anything can write to it using well known APIs outside of Firefox).
That's why they implemented the "change detection" and conditional loading of stuff in that folder, and stuff installed outside of Firefox now gets disabled by default. I think they added that in, I think, Firefox 11. (Surprised it took them that long to do it though)