ive done researching on how to determine whether a browser plugin is blocked / unblocked from the current browser in order to suggest user how to unblock required plugin before operating some website functions
My plugin is
{ "mime": "application/x-rbjnloguploader,version=2.7.200.8", "name": "RBlue Jeans Video Plugin", "description": "RBlue Jeans Video Plugin", "filename": "nprbjnplugin_2.7.200.8.dll" }
After doing research on some pages as follow
- https://developer.mozilla.org/en-US/Add-ons/Plugins/Site_Author_Guide_for_Click-To-Activate_Plugins
- https://developer.mozilla.org/en-US/docs/Web/API/NavigatorPlugins.plugins#Specification
Possibly, can it be able to detect crossing browsers?
Appreciate any help