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
  • 95,426
  • 26
  • 188
  • 233
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,079
  • 4
  • 33
  • 71
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
  • 967
  • 8
  • 22