WS Inspector

Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…

Cos'è WS Inspector?

WS Inspector è un'estensione di Chrome sviluppata da meded90, e la sua funzione principale è "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WS Inspector

Scarica i file di estensione WS Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allows viewing binary WebSocket frame contents, which the default DevTools does not support.

Currently the data is shown in HTML based hex view, and does not work well for large frameStore (~10K+). Considering switching to canvas based view instead.

If anyone knows an existing hex viewer module that does not use Angular, I'd be happy to use it instead.                    

Informazioni di Base sull'Estensione

Nome WS Inspector WS Inspector
ID hheflmmonjomijpaiffckjhlcjdiblae
URL Ufficiale https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae
Descrizione Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
Dimensione del File 202 KB
Conteggio Installazioni 134
Versione Corrente 0.0.6
Ultimo Aggiornamento 2021-12-05
Data di Pubblicazione 2021-01-18
Sviluppatore meded90
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/meded90/ws-inspector
URL della Pagina di Aiuto https://github.com/meded90/ws-inspector/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WS Inspector",
    "minimum_chrome_version": "88",
    "permissions": [
        "debugger",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "devtools_page": "main.html",
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "unsafe-eval": "object-src self",
        "unsafe-inline": "self"
    },
    "version": "0.0.6"
}