Simple WebSocket Client

Construct custom Web Socket requests and handle responses to directly test your Web Socket services.

What is Simple WebSocket Client?

Simple WebSocket Client is a Chrome extension developed by olshevskiy87, and its main feature is "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".

Extension Screenshots

screenshot

Download Simple WebSocket Client Extension CRX File

Download Simple WebSocket Client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple WebSocket Client is an extension for Google Chrome to help construct custom Web Socket requests and handle responses to directly test your Web Socket services.                    

Extension Basic Information

Name Simple WebSocket Client Simple WebSocket Client
ID gobngblklhkgmjhbpbdlkglbhhlafjnh
Official URL https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh
Description Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
File Size 55.1 KB
Installation Count 6,600
Current Version 0.3.14
Last Updated 2023-05-09
Publish Date 2020-05-30
Rating 4.17/5 Total 6 Ratings
Developer olshevskiy87
Email [email protected]
Payment Type free
Extension Website https://github.com/olshevskiy87/simple-websocket-client
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple WebSocket Client",
    "manifest_version": 3,
    "version": "0.3.14",
    "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.",
    "icons": {
        "16": "resources\/icon_016.png",
        "32": "resources\/icon_032.png",
        "48": "resources\/icon_048.png",
        "128": "resources\/icon_128.png"
    },
    "action": {
        "default_icon": "resources\/icon_032.png"
    },
    "options_page": "index.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}