Websocket Client

Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.

Apa itu Websocket Client?

Websocket Client adalah ekstensi Chrome yang dikembangkan oleh Wany, dan fitur utamanya adalah "Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Websocket Client

Unduh file ekstensi Websocket Client dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Websocket client in chrome. 

- Supports WS / WSS. 
- Auto-saving multiple session workspace. 
- Has light / dark mode.                    

Informasi Dasar Ekstensi

Nama Websocket Client Websocket Client
ID hpfnjebiemmbpdmifdbkgkffjdojlmpj
URL Resmi https://chromewebstore.google.com/detail/websocket-client/hpfnjebiemmbpdmifdbkgkffjdojlmpj
Deskripsi Websocket client in chrome. Supports WS / WSS. Auto-saving multiple session workspace.
Ukuran File 24.92 KB
Jumlah Instalasi 87
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2023-07-28
Tanggal Publikasi 2023-07-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Wany
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://wany.io
URL Halaman Kebijakan Privasi https://wany.io/privacy-policy.html
Bahasa yang Didukung 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"
    ]
}