Browser extensions
A Browser extension is a reusable Chromium .crx package stored by BCTRL.
Import an extension from a Chrome Web Store detail URL or upload a CRX package,
then reference its ID in browser Runtime configuration.
Import an extension
Import from a Chrome Web Store detail URL:
Or upload a CRX package directly:
The upload name is optional. When omitted, BCTRL uses the extension manifest
name.
Load an extension in a Runtime
Pass stored extension IDs in the browser Runtime configuration:
Extensions are loaded when the browser starts. To change the extension list on a profile-backed Runtime, update its configuration while it is stopped, then start it again:
See Runtimes for the complete browser configuration shape.
List extensions
Available filters are:
list() returns one cursor page. iter() follows all pages automatically.
Rename and delete
Delete an extension when it should no longer be available to new Runtime starts. Remove it from Runtime configuration first; deletion can be rejected while the extension is still in use.

