Library operations
The dashboard supports creating, editing, importing, exporting, and deleting plugins. A plugin contains:- a name and description;
- at most 128 files;
- validated relative file names;
- text content for each file.
manifest.json and the
scripts or assets referenced by that manifest.
Create the library record
Open Browser Extensions, select New Plugin, enter a name and
description, and choose Create & Edit.
Add the extension files
Create or upload
manifest.json and every referenced script or text asset
in the plugin editor. File paths must be relative and use forward slashes.Review and save
Review the manifest, permissions, URL matches, scripts, and communication
paths, then save the complete file set.
Assign it to a campaign
Select the plugin in the campaign wizard. P-BitM packages and installs it
when target browser containers are created.

Review checklist
Before enabling a plugin:- inspect every file;
- request only necessary Firefox permissions;
- use campaign-local communication paths;
- avoid hard-coded credentials, public tokens, and unrelated remote hosts;
- validate all externally supplied data;
- confirm that cleanup occurs when the session ends.
Built-in runtime extensions
P-BitM also packages a small set of built-in Firefox extensions into each session container. Their source remains inbitm-images/common/firefox/bad_firefox_extensions.
- File interception records and hijacks files downloaded during the session.
- Session persistence prevents common logout actions.
- Site information keeps the session view aligned with the active page’s title and favicon.
- Shortcut control limits browser keyboard shortcuts.
- Form collection records data explicitly submitted through web forms.
- Cookie collection records cookies.
