Websocket Client
Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.
What is Websocket Client?
Websocket Client is a Chrome extension developed by Wany, and its main feature is "Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.".
Extension Screenshots
Download Websocket Client Extension CRX File
Download 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
Websocket client in chrome. - Supports WS / WSS. - Auto-saving multiple session workspace. - Has light / dark mode.
Extension Basic Information
Name | Websocket Client |
ID | hpfnjebiemmbpdmifdbkgkffjdojlmpj |
Official URL | https://chromewebstore.google.com/detail/websocket-client/hpfnjebiemmbpdmifdbkgkffjdojlmpj |
Description | Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace. |
File Size | 24.92 KB |
Installation Count | 87 |
Current Version | 0.1.2 |
Last Updated | 2023-07-28 |
Publish Date | 2023-07-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Wany |
[email protected] | |
Payment Type | free |
Help Page URL | https://wany.io |
Privacy Policy Page URL | https://wany.io/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Websocket Client", "version": "0.1.2", "description": "Websocket client in chrome. Supports WS \/ WSS. Auto-saving multiple session workspace.", "author": "[email protected]", "action": [], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |