When a user clicked a link ending in .pdf , the plugin would intercept the file stream. Instead of the browser treating it as a downloadable file, the plugin would launch the Adobe rendering engine inside the browser frame.

Today, attempting to install the classic Adobe Reader NPAPI plugin in a standard version of Firefox is impossible; it is no longer supported. In its place, Firefox, like most modern browsers, includes a . For Firefox, this is the PDF.js engine—an open-source, JavaScript-based viewer developed by Mozilla. PDF.js renders PDFs entirely within the browser’s secure, sandboxed environment. It is fast, does not require any local software installation, and is far more secure since it does not grant the PDF file direct access to the operating system.

Click on the drop-down menu in the Action column for that entry.

While the plugin is dead, many users still prefer the Adobe Acrobat interface or require advanced features (like digital signatures) that the Firefox viewer lacks. You can still configure Firefox to use Adobe Acrobat externally.

If you are managing a fleet of computers and users are demanding the "Adobe Plugin":

Technically, the plugin functioned as an NPAPI (Netscape Plugin Application Programming Interface) extension. When Firefox encountered a PDF file, it would load the plugin, which then called upon the core rendering engine of the locally installed Adobe Reader or Acrobat software. The plugin acted as a bridge, translating the browser’s request into commands that Adobe Reader could execute, and then displaying the resulting visual output within a designated area of the Firefox window. This architecture meant the plugin was not standalone; it required the full Adobe Reader application to be installed on the user’s system to function correctly.