Show HN: Attempt to create browser-use in Chrome extension
2 gurvinderd 0 5/20/2025, 4:40:38 AM github.com ↗
Inspired by Playwright-MCP, Browser-Use and Langgraph.
My goal is to create Manus like chrome extension. Eventually, this should be able to use the in built browser models instead of LLM APIs to make it completely free.
I believe the browser coming from Perplexity will have these capabilities built in. So i thought why not make chrome more powerful just by extension :-)
Playwright seems to be bit challenging to put in browser, so i repurposed the playwright mcp to work with puppeteer so that it can work in chrome extension.
And i tried using langgraph instead of vanilla langchain.
Published the chrome extension here - https://chromewebstore.google.com/detail/auto-browse/ngnikmg...
Github repo : https://github.com/auto-browse/auto-browse-agent
Looking for feedback. I know there are others out there which have similar features.
No comments yet