CLAUDEZILLA Boot Industries מאת
Browser automation for Claude Code — control Firefox from the terminal. No Chrome, no telemetry, no data collection.
42 משתמשים42 משתמשים
נתוני העל של ההרחבה
צילומי מסך
על אודות הרחבה זו
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
- Expression validation that blocks dangerous JS patterns (eval, fetch, cookies)
- 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 91+
- macOS, Linux, or Windows 10/11
PRIVACY:
- 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 and network capture are opt-in
- Request bodies are never captured
- 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
- Expression validation that blocks dangerous JS patterns (eval, fetch, cookies)
- 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 91+
- macOS, Linux, or Windows 10/11
PRIVACY:
- 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 and network capture are opt-in
- Request bodies are never captured
- Open source (MIT license)
Setup & docs: claudezilla.com
מדורג 0 על־ידי 0 סוקרים
הרשאות ונתונים
הרשאות נדרשות:
- החלפת הודעות עם יישומים אחרים מלבד Firefox
- גישה ללשוניות
- גישה לנתונים שלך מכל האתרים
איסוף נתונים:
- המפתח אומר שהרחבה זו אינה דורשת איסוף נתונים.
מידע נוסף
- קישורים לתוספת
- גרסה
- 0.6.1
- גודל
- 310.78 ק״ב
- עדכון אחרון
- לפני 20 שעות (22 מרץ 2026)
- קטגוריות קשורות
- רישיון
- MIT License
- מדיניות פרטיות
- קריאת מדיניות הפרטיות עבור תוספת זו
- היסטוריית הגרסאות
- הוספה לאוסף
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.