3

For Firefox, it is possible to detect if a Firefox extension is installed using JavaScript by checking whether a specific image is existing on chrome://. But, how can i do the detection on Internet Explorer for an Internet Explorer plugin using JavaScript or others.

Thanks.

user200340
  • 3,301
  • 13
  • 52
  • 74
  • 2
    The "load chrome:// images from web" bug has been fixed almost 4 years ago... In the general case - you cannot detect whether a specific Firefox extension is installed and that's good. [For reference](http://adblockplus.org/blog/web-pages-accessing-chrome-is-forbidden) – Wladimir Palant Jan 11 '12 at 11:52