WS Inspector

WS Inspector

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

Merlin
Additional files are visible only to premium users

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"
}