What this is
Standalone Chrome extensions are built and packaged through BotGentz's extension pipeline, served via ?action=ext_zip&slug=XXX and pulled from EXT_DIR — the platform handles ZIP packaging so you're not maintaining a separate build and distribution process outside the BotGentz system.
How it works
Requesting the zip endpoint for your extension's slug returns a ready-to-load Chrome extension package, built from whatever source you've submitted — the same underlying packaging system used across the browser targets this platform supports, just filtered to Chrome's specific manifest requirements.
Holding BOT for this path
Extension developers are expected to hold BOT the same way app developers do — packaging and distribution access through ?action=ext_zip is planned to run through the same holding requirement as the rest of the developer ecosystem, not a separate extension-specific fee.
Related paths in Extensions