After a WebKit plugin has been installed it can be deployed. How do I obtain a list of all plugins that are currently installed? I am on Linux, and I know the directory with all of the .so plugins that are installed. However, I don’t know know their CLASSID values and I don’t know of any other way of instantiating them within JavaScript. Is there a file or directory that I can look in that has these CLASSID values?
After a WebKit plugin has been installed it can be deployed . How do
Share
Look inside the
navigator.mimeTypesobject. This will not give youCLASSIDbut you can check that plugin for yourmime-typeis available.Here’s the fiddle