Is there a way to get IDispatch interface from NPObject in Google Chrome NPAPI browser extension?
AFAIK - no, since the two are unrelated. However you can make use of:
Which are loosely analogous to IDispatch's GetTypeInfo, GetTypeInfoCount and Invoke.