My query is similar to this global.html is unable to load NPAPI plugin from safari-extension builder but its loading from the direct link.
How can I load a NPAPI Plugin from a Safari extension?
My query is similar to this global.html is unable to load NPAPI plugin from safari-extension builder but its loading from the direct link.
How can I load a NPAPI Plugin from a Safari extension?
You can create toolbar in Safari extension
Load npapi to the toolbar
On start extension make it invisible
Get toolbar object
Get plugin object from toolbar object
tested on Safari 5.1, 6.0
The simple answer is that you can't. Unlike firefox and chrome extensions, Safari extensions don't allow you to embed npapi plugins in them.