What a Premiere Pro extension actually is, and how to install one
Extensions, plugins, effects and templates get used interchangeably and are four different things. Knowing which one you are installing explains where it goes, why it might not appear, and what it can do.
Four words get used as if they mean the same thing, and they do not. Which one you are holding decides where it installs, where it appears, and what it is able to do.
The four things
| What it is | Where it appears | |
|---|---|---|
| Extension (CEP panel) | a small web app running inside Premiere | Window → Extensions |
| Plugin | compiled code adding an effect or format | the Effects panel |
| Effect | built into Premiere or added by a plugin | the Effects panel |
Template (.mogrt) | a packaged animation with controls | Essential Graphics |
MotionBender and CaptionBender are the first kind. So is almost every "Premiere Pro extension" you will find sold as a workflow tool.
What a CEP panel really is
CEP stands for Common Extensibility Platform. A panel is, quite literally, a small web page — HTML, CSS and JavaScript — that Adobe runs inside a window docked in Premiere. It talks to the application through a scripting bridge, which is how it can put clips on your timeline or read your sequence.
Two consequences follow, and they explain most of what people find surprising:
- A panel can do anything the scripting layer allows and nothing more. It can place, arrange and configure. It cannot invent a new render engine or a new effect.
- A panel is a window, not a process. Close it and it stops. It is not running in the background between sessions.
Where extensions live on disk
Premiere looks in fixed folders. Knowing them turns "it did not install" from a mystery into a thing you can check.
macOS
/Library/Application Support/Adobe/CEP/extensions (all users)
~/Library/Application Support/Adobe/CEP/extensions (just you)
Windows
C:\Program Files (x86)\Common Files\Adobe\CEP\extensions (all users)
%APPDATA%\Adobe\CEP\extensions (just you)
An extension is a folder in one of those, not a file. If the folder is there and the panel is not in the menu, the problem is in the next section rather than the install.
The three ways one gets installed
- A manager app. The publisher's own installer puts the folder in place and keeps it current. This is what the AssetBender app does, on macOS and Windows, and it is the route that does not ask you to think about paths.
- A ZXP file. Adobe's package format for extensions, installed with a third-party installer utility. Fiddly, and the usual source of "installed but not showing".
- By hand. Copy the folder into one of the paths above. Works, and leaves you to handle updates yourself.
It installed but the panel is not in the menu
Work down this list:
Restart Premiere. Panels are read at launch. This one is unglamorous and it is the answer more often than anything else here.
Look under Window → Extensions, not Window → Workspaces. Extensions are their own submenu.
Check the version requirement. A panel built against a newer Premiere may refuse to load on an older one. The AssetBender panels state theirs on their pages — Premiere Pro V23 or later, and After Effects V23 or later for CaptionBender.
Unsigned extensions. Adobe requires panels to be signed. An unsigned one — a beta, or something built in-house — will not load unless the machine is set to allow it. If a developer has handed you a panel directly, that is what the extra setup step is for.
Wrong app. Some panels are built for one host application only. A Premiere panel will not appear in After Effects, and the reverse.
Do extensions slow Premiere down?
A closed panel costs nothing. An open one costs about what a browser tab costs, which on any machine capable of editing video is not the thing making your timeline stutter — that is nearly always render load from effects or an After Effects-backed template, not a docked panel.
Which one do you actually need?
If you want new visual effects, you want a plugin. If you want ready-made animations, you want templates — what a .mogrt file is covers those. If you want the work around the work — finding assets, placing them, keeping them organised, captioning a sequence — that is what an extension is for.
AssetBender's two are free to download: MotionBender for asset packs, and CaptionBender for captions. Both install through the free manager app rather than a ZXP.