CLAUDEZILLA од Boot Industries
Browser automation for Claude Code — control Firefox from the terminal. No Chrome, no telemetry, no data collection.
145 корисника145 корисника
Метаподаци додатка
Снимци екрана
О овом додатку
Claudezilla brings Firefox browser automation to Claude Code CLI — Anthropic's AI coding assistant for the terminal.
Control Firefox directly from your terminal: navigate pages, click elements, fill forms,
capture screenshots, and analyze page content. A Google-free alternative to Chrome-based browser automation.
FEATURES:
- Page navigation and full DOM interaction (click, type, scroll, press keys)
- Screenshot capture with dynamic readiness detection and image compression
- Annotated screenshots with numbered element badges for precise interaction
- Structured page analysis via JSON (faster and cheaper than screenshots)
- Accessibility tree snapshots for semantic page understanding
- Page state diffing to detect changes between interactions
- Cookie/consent dialog auto-dismissal (GDPR overlays, CMP platforms)
- Lazy tool loading — only ~50 tokens at session start, load tools on demand
- Domain allowlists for agent sandboxing
- Flexible element waiting (CSS selector, text content, or URL pattern)
- Network request and console log monitoring
- Multi-agent safety with tab ownership, screenshot mutex, and slot reservations
- Focus loops for persistent iterative development across sessions
- Orphaned tab cleanup for crashed or disconnected agents
- Per-operation timeouts (5s–300s, default 150s)
REQUIREMENTS:
- Claude Code CLI installed
- Native messaging host (one-command install script)
- Firefox 140+
- macOS, Linux, or Windows 10/11
PRIVACY & SECURITY:
- All communication is local via Unix socket (no network exposure)
- No data collected or transmitted to external servers
- Page content accessed only on explicit tool invocation
- Console capture and JavaScript evaluation are both opt-in (off by default)
- Request bodies are never captured
- Per-agent tab ownership prevents cross-session interference
- Open source (MIT license)
Setup & docs: claudezilla.com
Control Firefox directly from your terminal: navigate pages, click elements, fill forms,
capture screenshots, and analyze page content. A Google-free alternative to Chrome-based browser automation.
FEATURES:
- Page navigation and full DOM interaction (click, type, scroll, press keys)
- Screenshot capture with dynamic readiness detection and image compression
- Annotated screenshots with numbered element badges for precise interaction
- Structured page analysis via JSON (faster and cheaper than screenshots)
- Accessibility tree snapshots for semantic page understanding
- Page state diffing to detect changes between interactions
- Cookie/consent dialog auto-dismissal (GDPR overlays, CMP platforms)
- Lazy tool loading — only ~50 tokens at session start, load tools on demand
- Domain allowlists for agent sandboxing
- Flexible element waiting (CSS selector, text content, or URL pattern)
- Network request and console log monitoring
- Multi-agent safety with tab ownership, screenshot mutex, and slot reservations
- Focus loops for persistent iterative development across sessions
- Orphaned tab cleanup for crashed or disconnected agents
- Per-operation timeouts (5s–300s, default 150s)
REQUIREMENTS:
- Claude Code CLI installed
- Native messaging host (one-command install script)
- Firefox 140+
- macOS, Linux, or Windows 10/11
PRIVACY & SECURITY:
- All communication is local via Unix socket (no network exposure)
- No data collected or transmitted to external servers
- Page content accessed only on explicit tool invocation
- Console capture and JavaScript evaluation are both opt-in (off by default)
- Request bodies are never captured
- Per-agent tab ownership prevents cross-session interference
- Open source (MIT license)
Setup & docs: claudezilla.com
Оцењено са 0 од стране 0 рецензената
Овлашћења и подаци
Потребна овлашћења:
- Размена порука са програмима који нису Firefox
- Приступи језичцима прегледача
- Приступ подацима за све веб странице
Прикупљање података:
- Програмер наводи да овом додатку није потребно прикупљање података.
Више информација
- Издање
- 0.6.6
- Величина
- 312,87 KB
- Последњи пут ажурирано
- pre 11 dana (15. jun 2026.)
- Повезане категорије
- Дозвола
- MIT дозвола
- Политика приватности
- Прочитајте политику приватности за овај додатак
- Историјат издања
- Ознаке
- Додај у збирку
Installation docs: https://claudezilla.com/extension.html
Permission justifications:
• nativeMessaging: Core functionality
• tabs/activeTab: Tab management
• <all_urls>: Content script for DOM interaction
• webRequest/webRequestBlocking: Page readiness detection
• storage: User preferences
No external data collection. All communication local via Unix socket.