I have a npapi plugin composed of a dll and manifest.json file. This npapi dll is detected as plugin on chrome ie it is listed on about:plugins page. However, when I invoke
You have to define MIME type in the plugin .rc file. Failing to do this prevent the plugin to load properly :
VALUE "MIMEType", "application/myapp"