Socket.IO Test Client

Socket.IO Client Development Tool

What is Socket.IO Test Client?

Socket.IO Test Client is a Chrome extension developed by haqiqi.seraj, and its main feature is "Socket.IO Client Development Tool".

Extension Screenshots

screenshot
screenshot

Download Socket.IO Test Client Extension CRX File

Download Socket.IO Test 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

                        Socket.IO dev tool for developers to test Socket.IO based APIs. 
Main features:
1. Request history
2. Logs
3. Listeners
4. Pass custom headers                    

Extension Basic Information

Name Socket.IO Test Client Socket.IO Test Client
ID ophmdkgfcjapomjdpfobjfbihojchbko
Official URL https://chromewebstore.google.com/detail/socketio-test-client/ophmdkgfcjapomjdpfobjfbihojchbko
Description Socket.IO Client Development Tool
File Size 71.68 KB
Installation Count 8,000
Current Version 0.7.2
Last Updated 2023-09-18
Publish Date 2022-07-08
Rating 5.00/5 Total 3 Ratings
Developer haqiqi.seraj
Email [email protected]
Payment Type free
Extension Website https://github.com/serajhqi/socketio-test-client
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socket.IO Test Client",
    "description": "Socket.IO Client Development Tool",
    "manifest_version": 3,
    "version": "0.7.2",
    "icons": {
        "16": "images\/socketio16.png",
        "48": "images\/socketio48.png",
        "128": "images\/socketio.png"
    },
    "action": {
        "default_title": "Click to start!"
    },
    "background": {
        "service_worker": "background.js"
    }
}