browser-automation-cli 0.1.4

One-shot browser automation CLI for AI agents via Chrome CDP. BORN EXECUTE FINALIZE DIE. No daemon, no npm, no telemetry.
Documentation
1
2
3
4
5
6
7
8
9
{
  "manifest_version": 3,
  "name": "E2E Test Extension",
  "version": "1.0.0",
  "description": "Minimal extension for browser-automation-cli e2e",
  "background": { "service_worker": "sw.js" },
  "action": { "default_title": "E2E Ext" },
  "permissions": ["storage"]
}