Checking if user has a certain extension installed
问题 I just found out that the Screen Capture by Google extension makes my website's window.onresize event not fire. I want to perform a javascript check to see if the user has ScreenCapture installed and if so, warn the user of the problem. A year ago I think I heard of some javascript code that could do this, maybe using some google API, but I don't remember. Any insight on this? I haven't developed any extensions so I don't really know how they work. [EDIT] So I have been asked to show some