YJSoooooo/dsh-chrome0

dsh-chrome

Chrome profile bridge for DeepSeek Harness: control the user's existing signed-in Chrome through the chrome_repl tool, a local HTTP bridge, and the companion WanJuan Chrome extension.

AI 분석

用于通过 DSH 控制已登录的 Chrome 浏览器。适合需要自动化网页操作或提取浏览器数据的用户。需安装 Node.js、pnpm 及万卷 Chrome 扩展。

패키지
dsh-chrome
버전
0.1.0
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YJSoooooo/dsh-chrome

配置

默认 Bundle 配置:

- id: chrome-profile-bridge
  name: dsh-chrome
  config:
    host: 127.0.0.1
    port: 17318

可以在 Profile 的 cordis.patch.yml 中覆盖该行。DSH Patch 会整体替换 config,因此覆盖时请同时保留 hostport

配套商店扩展固定访问 127.0.0.1:17318。除非同时维护并重新构建 Chrome 扩展,否则不要修改端口,也不要把 Bridge 绑定到非 loopback 地址。