Advanced Websocket filtering for Chrome Devtools. Add extra powers for filtering Websockets connections.
- Group by request/response (if the payload is JSON and has an
id
property identifying the messages)
Developed with React
To add Ramson Devtools as an extension in developer mode
git clone https://github.com/josescgar/ramson-devtools.git
cd ramson-devtools
npm install
npm run build
- Open chrome and go to
chrome://extensions/
- Enable
Developer mode
- Select
Load unpacked extension...
- Select the
dist
folder in the ramson-devtools folder
Since chrome devtools extension APIs do not offer Websocket monitoring out of the box, this extension wraps the native Websocket definition to intercept messages sent and received. This is a rather "unstable" solution and it is know to cause issues with some sites.