Plugin modules must not be confused with external ARexx scripts, historically also called "plugins". A plugin module is a shared library with a specific interface. Plugin modules are allowed to render directly into the AWeb window, either as a standalone object, or as an embedded object in a HTML document.
The API (Application Programmers Interface) is freely available. If you are a programmer, and are interested in the API, send a mail to Yvon Rozijn (yrozijn@xs4all.nl). The archive contains all documentation, C header files, and an example plugin module with source (written in C).