WebSocket Logger and Messenger

Logs websockets and allows you to send messages to them

נכון ליום 06-02-2025. ראה הגרסה האחרונה.

יוצר
ProKameron
דירוגים
0 0 0
גרסה
1.0.2
נוצר
12-12-2024
עודכן
06-02-2025
Size
1.13 קילו-בייט
רישיון
ISC
חל על
כל האתרים

Info

NOTE: PLEASE STOP ABUSING THIS EXTENSION. THIS IS ONLY TO BE USED FOR LEARNING THE API, NOT FOR API HACKS.

Everything is by console. Use Ctrl+Shift+C.

It will log all WebSockets if there are any and let you send messages to them.

To send a message to a WebSocket, send this in your console:

window.ws.send(JSON.stringify(/*what you want to send to the WebSocket.*/))

Built to work for Jackbox (jackbox.tv), but it also works for other sites that use WebSockets.