By: Socket Sentry
Inspect and view changes in SocketSentry source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "SocketSentry",
"version": "1.0",
"description": "WebSocket Debugging Tool: Inspect and debug WebSocket connections in real-time",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"webRequest",
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "socketsentry@gmail.com"
}
}
} Best SocketSentry Alternatives
Here are some Firefox add-ons that are similar to SocketSentry:
WebSocket Client
websocket-client
Lightweight WebSocket client
websocketclient
Lightweight WebSocket client
websocket_client
WebSocket Monitor JM
Tinan Qina
Network Sleuth
shubhsherl
WebSocket Detector
mbnuqw
Monitor WebSocket frames (new)
Artem
Request Spy
lucafern
WebSocket Weasel
Mor. H. Golkar
TCP States DevTools Panel
Libor Benes (Dr. B)
HTTP Header Spy
Michiel Roos