0

I want to develop my own NPAPI plugin - is there any way to get the code of existing plugins? If not, what are the best practices / demos to start writing?

Georg Fritzsche
  • 97,545
  • 26
  • 194
  • 236
rov3rPL
  • 11
  • 1
  • 3

2 Answers2

2

No, you can't look at code for most existing plugins, unless they are open source and you can find the source. They are compiled and written in C or C++ generally. I'd look at http://npapi.com/tutorial1 and http://www.firebreath.org

If you're beginning, FireBreath is probably the easiest way to get started.

taxilian
  • 14,229
  • 4
  • 34
  • 73
0

Your NPAPI plugin may have access to users filesystem You may read users profile folder and find existed plugins in the folder extensions.

belykh
  • 1,109
  • 10
  • 25