@dimdasci/bproxy
v0.7.5
Published
Browser proxy for code agents — control your real Chrome from CLI.
Downloads
859
Maintainers
Readme
bproxy
bproxy lets coding agents use the operator's real Chrome session through a narrow, human-in-the-loop CLI.
Agent -> bproxy CLI -> localhost daemon -> Chrome extension -> real pageInstall
npm install -g @dimdasci/bproxy
bproxy --versionDownload the matching extension zip from GitHub Releases, extract it, then load the extracted folder in chrome://extensions with Developer mode enabled.
First run
bproxy service startEnter the printed pairing code in the extension popup, then verify:
bproxy doctorSmoke test
bproxy tab open --url https://example.com
bproxy text -s <session-id>
bproxy session close -s <session-id>
bproxy service stopSee the full documentation at https://dimdasci.github.io/bproxy/ — start with Install and Usage.
