WebSocket Frame Inspector

Chrome extension to monitor WebSocket frames

What is WebSocket Frame Inspector?

WebSocket Frame Inspector is a Chrome extension developed by d07.riv, and its main feature is "Chrome extension to monitor WebSocket frames".

Extension Screenshots

screenshot

Download WebSocket Frame Inspector Extension CRX File

Download WebSocket Frame Inspector 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

                        View binary and text websocket frames sent/received by a page.                    

Extension Basic Information

Name WebSocket Frame Inspector WebSocket Frame Inspector
ID nlajeopfbepekemjhkjcbbnencojpaae
Official URL https://chromewebstore.google.com/detail/websocket-frame-inspector/nlajeopfbepekemjhkjcbbnencojpaae
Description Chrome extension to monitor WebSocket frames
File Size 102 KB
Installation Count 1,647
Current Version 0.0.1
Last Updated 2018-09-06
Publish Date 2018-09-06
Rating 4.57/5 Total 7 Ratings
Developer d07.riv
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension to monitor WebSocket frames",
    "version": "0.0.1",
    "name": "WebSocket Frame Inspector",
    "permissions": [
        "debugger",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Open WebSocket Inspector",
        "default_icon": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}