NPAPI Plugin not loaded on chrome

后端 未结 2 1104
遥遥无期
遥遥无期 2021-01-16 13:02

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

2条回答
  •  迷失自我
    2021-01-16 13:35

    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"

提交回复
热议问题