I developed a chrome PPAPI plugin. The plugin works fine in Chrome on windows XP, windows 7. It also works in desktop mode Chrome in windows 8. However, it doesn't load in metro mode Chrome as a plugin. When I type "chrome://plugins/", it didn't show in the plugins list. I'm wondering what's wrong and what it takes to load it as metro mode Chrome plugin. Can anyone help?
I used the following command to launch chrome and register the plugin
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --no-sandbox --register-pepper-plugins="C:\ChromePlugin.dll";application/x-nacl localhost:5103/index.html