{"id":13906986,"url":"https://github.com/thlorenz/chromium-remote-debugging-proxy","last_synced_at":"2025-06-14T09:35:16.659Z","repository":{"id":21251896,"uuid":"24567412","full_name":"thlorenz/chromium-remote-debugging-proxy","owner":"thlorenz","description":"A proxy that sits in between a chromium devtools frontend and the remote chromium being debugged and logs requests, responses and websocket messages that are exchanged.","archived":false,"fork":false,"pushed_at":"2020-09-04T22:47:40.000Z","size":182,"stargazers_count":20,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T19:11:52.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://thlorenz.github.io/chromium-remote-debugging-proxy/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thlorenz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-28T18:47:00.000Z","updated_at":"2024-11-22T18:13:40.000Z","dependencies_parsed_at":"2022-09-11T18:50:50.172Z","dependency_job_id":null,"html_url":"https://github.com/thlorenz/chromium-remote-debugging-proxy","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/thlorenz/chromium-remote-debugging-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fchromium-remote-debugging-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fchromium-remote-debugging-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fchromium-remote-debugging-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fchromium-remote-debugging-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thlorenz","download_url":"https://codeload.github.com/thlorenz/chromium-remote-debugging-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fchromium-remote-debugging-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259795351,"owners_count":22912542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T23:01:45.893Z","updated_at":"2025-06-14T09:35:16.596Z","avatar_url":"https://github.com/thlorenz.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# chromium-remote-debugging-proxy\n\nA proxy that sits in between a chromium devtools frontend and the remote chromium being debugged and logs requests, responses and websocket\nmessages that are exchanged.\n\n![screenshot](https://raw.githubusercontent.com/thlorenz/chromium-remote-debugging-proxy/master/assets/screenshot.png)\n\n## Usage \n\n### Start Proxy\n\n```\ncrdp\n```\n\n### Start Chromium with remote debugging enabled\n\n```\n./Chromium.app/Contents/MacOS/Chromium --remote-debugging-port=9222 --no-sandbox\n```\n\n### Open DevTools in another Browser\n\nMake sure it points to the Proxy Port (by default `REMOTE_PORT -1`).\n\n[localhost:9221](http://localhost:9221/)\n\n## Installation\n\n    npm install chromium-remote-debugging-proxy\n\n## Proxy Usage\n\n```\ncrdp \u003coptions\u003e \n\nProxies requests from chromium devtools frontend and the remote chromium being debugged and logs requests, responses and websocket messages that are exchanged.\n\nOPTIONS:\n\n  -l, --loglevel  level at which to log: silly|verbose|info|warn|error|silent -- default: info\n\n  -r, --remote    overrides port at which remote Chromium is listening, same as --remote-debugging-port (default: 9222)\n  -p, --port      overrides proxy port (default: --remote - 1) \n  -o, --outfile   if supplied all the incoming and outgoing messages are written to it as comma-delimited JSON, but requests and responses are not\n                  all messages have a 'direction' attached to the message taking the view point of the DevTools frontend\n                    outgoing: '=\u003e'\n                    incoming: '\u003c='\n                  in order to parse the resulting JSON remove the last ',' and surround it with [ ]\n  \n  -h, --help      Print this help message.\n\n\nEXAMPLES:\n  \n  Assume Chromium is listening on remote debugging port 9222, make proxy listen on port 9221 and write JSON messages to ./messages.json \n    \n    crdp --remote 9222 -outfile messages.json\n```\n\n## Visualizer Usage\n\nIn order to better understand the messages the `crdp-visualize` is included. It will sort messages and thus group\noutgoing ones right next to the incoming message sent in response.\n\nAfter generating a JSON message file via the crdp `--outfile` option do the following:\n\n```\ncrdp-visualize ./path-to-file.json\nopen ./path-to-file.html\n```\n\n[sample html](http://thlorenz.github.io/chromium-remote-debugging-proxy/)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthlorenz%2Fchromium-remote-debugging-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthlorenz%2Fchromium-remote-debugging-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthlorenz%2Fchromium-remote-debugging-proxy/lists"}