Implementa sistema para cargar y gestionar extensiones.
Incluye:
- Cargar extensiones desde carpetas o archivos .crx
- Config.Extensions para especificar al lanzar
- buildExtensionFlags() integrado en Launch()
- Extensiones predefinidas (uBlock, Tampermonkey)
- ListLocalExtensions() y GetExtensionPath()
Flags utilizadas: --load-extension, --disable-extensions-except
Archivo: pkg/browser/extensions.go, pkg/browser/browser.go
Add complete navegator system for stealthy browser automation:
- CDP client with WebSocket communication
- Browser API with navigation, storage, network, runtime
- Stealth flags and anti-detection scripts
- Persistent profile support
- Examples and comprehensive documentation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>