SponsorLobeHubLobeHubLearn more
dshfind
Back to plugins

dsh-browserA75

@Lum1104
View Repo

Connects DSH to the Chrome tab you are already using: read pages, click controls, fill forms, scroll and navigate while login state, session and cookies are preserved, with a side panel as the conversation UI.

Star
157+69
7-day growth
Contributors
3+2
Language
TypeScript
Updated
2026-08-15
Install
Verified by editors
# 一条命令装桥接插件 + Chrome 扩展(装进 ~/.dsh/dsh-browser 并注册进 web profile)
curl -fsSL https://raw.githubusercontent.com/Lum1104/dsh-browser/refs/heads/main/scripts/install.sh | bash
# 装完按提示在 chrome://extensions 开启开发者模式加载扩展,然后:
cd ~/.dsh/dsh-browser && pnpm start
Editor's notes

Rather than spawning a clean browser instance, it drives the tab you are already signed into — so login state, session and cookies come along, skipping the most annoying part of browser automation. The whole integration is text-only: pages become structured text with a numbered inventory of interactive elements that the model addresses by number, and screenshots never enter the model-facing pipeline. The security boundary is concrete: bridge handshakes are authenticated, privileged gateway methods reject non-loopback callers, and the extension only operates the active tab. Engineering-wise it is one standalone pnpm workspace pinned to a publicly released @deepseek-ai/dsh version, requiring neither a Harness source checkout nor npm credentials.

  • Drives the tab you are already signed into, preserving login state, session and cookies
  • Text-only pipeline: structured page text plus a numbered inventory of controls; screenshots never reach the model
  • Authenticated bridge handshakes, privileged methods reject non-loopback callers, extension touches only the active tab; one install.sh sets up plugin and extension
Score breakdown
Scored 2026-08-14
Activity
21.9
Star heat
22.9
Engineering
18
Maintainer
12.6

接管已登录 Chrome 标签页的桥接插件+MV3 扩展,纯文本管线的隐私设计清晰

Share card

Drop it into your README — it links back to this page.

Badge (inline)
Badge (inline)
[![dshfind](https://dshfind.com/api/badge/Lum1104/dsh-browser)](https://dshfind.com/en/plugins/Lum1104/dsh-browser?ref=badge)
Card (440×200)
Card (440×200)
[![dshfind](https://dshfind.com/api/card/Lum1104/dsh-browser)](https://dshfind.com/en/plugins/Lum1104/dsh-browser?ref=badge)