A chrome extension to hack websockets
Total ratings
2.50
(Rating count:
6)
Recent reviews
Recent rating average:
2.80
All time rating average:
2.50
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2019-09-10 | Ota Kuni | Works as advertised. God awful UI though | ||
2014-11-07 | Tyler Rrokk | Works perfect. Thanks! | ||
2014-10-16 | Mikhail Korban | При включенном плагине перестают работать сокеты | ||
2013-10-04 | Dylan Pyle | Awful UI aside, I had to uninstall this because it was rewriting socket requests as they went out. My well-formed JSON was being turned into the string '[object Object]' somewhere along the way - far far too much debugging later, this extension was revealed as the culprit. | ||
2013-08-16 | Farid Neshat | In Chrome 28, developer tools web, network inspector, the websocket frames can be seen, but it doesn't automatically update when new packets come and go, I have to click on the request to see the new ones and new packets are added to the bottom so I have to scroll down. This extension solves both problems. Though the UI can be improved. Changing the web socket packet contents to a monospaced font would be a start. A problem it has is that when the server restarts, it will throw an error, while in my client side, the server restarts will be handled gracefully, but this will break the handling. |