This directory demonstrates how to install and use Chrome extensions in the AGB browser environment.
You can enhance the browser agent's capabilities by installing standard Chrome extensions (.crx files).
Shows how to upload a .crx file and install it into the browser session.
<<< ./basic_extension_management.py
A comprehensive example of creating a browser session with pre-installed extensions.
<<< ./browser_session_with_extensions.py