kb/data/developer.mozilla.org/en-US/docs/Glossary/Plugin-0.md

10 KiB

title chunk source category tags date_saved instance
Plugin - Glossary | MDN 1/3 https://developer.mozilla.org/en-US/docs/Glossary/Plugin reference web, html, css, javascript, documentation 2026-05-05T05:40:26.267943+00:00 kb-cron

MDN HTML HTML: Markup language

HTML reference

HTML guides

Markup languages

CSS CSS: Styling language

CSS reference

CSS guides

Layout cookbook

JavaScriptJS JavaScript: Scripting language

JS reference

JS guides

Web APIs Web APIs: Programming interfaces

Web API reference

Web API guides

All All web technology

Technologies

Topics

Learn Learn web development

Frontend developer course

Learn HTML

Learn CSS

Learn JavaScript

Tools Discover our tools

About Get to know MDN better

Blog

  1. Glossary
  2. Plugin

Plugin

A browser plugin is a software component that users can install to handle content that the browser can't support natively. Browser plugins are usually written using the NPAPI (Netscape Plugin Application Programming Interface) architecture. The most well-known and widely used plugin was the now outdated Adobe Flash player, which enabled browsers to run Adobe Flash content. As browsers have become more powerful, plugins have become less useful. Plugins also have a history of causing security and performance problems for web users. Between 2016 and 2021 browser vendors worked on a deprecation roadmap for plugins and in particular for Adobe Flash, and today plugins are no longer supported by any major browsers. Plugins should not be confused with browser extensions, which unlike plugins are distributed as source code rather than binaries, and which are still supported by browsers, notably using the WebExtensions system.

In this article

See also