By: Fenjin Wang
Inspect and view changes in Simple WebSocket Client source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Simple WebSocket Client",
"manifest_version": 2,
"version": "0.1.4resigned1",
"description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.",
"icons": {
"16": "resources/icon_032.png",
"32": "resources/icon_032.png",
"48": "resources/icon_048.png",
"128": "resources/icon_128.png"
},
"browser_action": {
"default_icon": "resources/icon_032.png"
},
"options_page": "index.html",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"homepage_url": "https://github.com/WangFenjin/Simple-WebSocket-Client",
"browser_specific_settings": {
"gecko": {
"id": "{70ce8535-ebf6-4aa6-8854-6957db3f1b1e}"
}
}
} Best Simple WebSocket Client Alternatives
Here are some Firefox add-ons that are similar to Simple WebSocket Client:
WebSocket Client
websocket-client
Parse WebSocket Client
Oğulcan Özcan
Lightweight WebSocket client
websocketclient
Lightweight WebSocket client
websocket_client
RESTClient Lite
RESTClient
Socket.IO Test Client
serajhqi
WebSocket Weasel
Mor. H. Golkar
SocketSentry
Socket Sentry
REST API testing client
restclient
Rest Easy
voyageatata
Discord Webhook Tester - Send & Debug Bot Messages
Eric
RESTClient, a debugger for RESTful web services.
Chao ZHOU