How do I detect a custom plugin in Firefox/IE/Chrome?

后端 未结 3 1073
挽巷
挽巷 2021-01-14 03:02

My team wants to build a \"plugin\" for firefox/chrome/IE. How do I use javascript to detect if this plugin (not extension) is installed?

I would like to have a piec

3条回答
  •  天涯浪人
    2021-01-14 03:14

    You can get browser plugins by this javascript code:

    
    
提交回复
热议问题