Story Details

  • Show HN: A web browser agent in your Chrome side panel

    Posted: 2025-05-18 11:48:42

    BrowserBee is a Chrome extension that puts a fully functional web browser agent directly in your side panel. This allows you to run automated tasks, scrape websites, or interact with web services without interrupting your main browsing session. It supports JavaScript execution, making it versatile for various web automation needs. The project is open-source and available on GitHub.

    Summary of Comments ( 47 )
    https://news.ycombinator.com/item?id=44020626

    HN users generally expressed interest in the BrowserBee extension, particularly for tasks like quickly checking documentation or API responses during development. Some questioned the performance impact of running multiple browser instances within a single tab, while others suggested alternative approaches like using a dedicated browser profile or a split-screen setup. The developer clarified that BrowserBee aims to provide a convenient, always-available embedded browser without the overhead of separate windows or profiles. A few commenters raised concerns about the potential security implications, particularly regarding cookie management and isolation between the embedded and main browser instances.