fpjeijgigfegadgfpklgfghcgmgmcagj
Graphically displays incoming and outgoing WebSocket messages with event type grouping 🔌 WebSocket Visualizer — WebSocket Connection Visualizer for Chrome DevTools WebSocket Visualizer is a powerful developer extension that adds a new tab to Chrome DevTools, displaying all WebSocket messages passing through a page in real time. The extension helps analyze, filter, and understand interactions between the client and server over the WebSocket protocol—without changing application code or using third-party libraries. Modern applications actively use WebSocket connections for real-time data exchange—chats, exchanges, games, financial panels, IoT devices, and other systems. However, standard browser tools don't provide a convenient way to observe these data streams. WebSocket Visualizer solves this problem: it injects itself into the page context and intercepts native WebSocket events (open, message, close, error, send), visualizing everything in a separate DevTools tab—beautifully, structured, and interactively. The extension automatically replaces the native WebSocket constructor, tracking all connections opened by a page or libraries (including Socket.io, ws, Primus, etc.) Each incoming and outgoing message is displayed as a card with details: Message content with JSON formatting Connection URL and WebSocket session ID Messages are grouped by event type (e.g., message, update, trade, heartbeat) — allowing you to quickly analyze the protocol structure and the frequency of specific events. The top panel displays a summary: Sent and Received All counters are updated in real time without reloading Click on an event type in the sidebar to instantly apply a filter ⏸️ Pause and Resume You can pause the event stream for analysis and resume it later without losing context—useful for heavy traffic or historical analysis. 🗑️ Clear and Reset One button clears all messages and statistics, preserving active connections and filters. The language choice is saved and applied automatically on next launch. The interface is inspired by Visual Studio Code: Soft gradients and highlighting of active elements Stylized scrollbars and neat typography 🧭 Instructions for use Go to the WebSocket tab—this is the extension interface. Load or refresh the page where WebSocket connections are enabled. The extension will automatically intercept and display all events: Use filters to focus on the events you need. You can pause the stream with the ⏸️ Pause button, examine the data, and then continue with ▶️ Resume. To clear the data, click 🗑️ Clear — the interface will refresh and begin waiting for new connections. All actions are instantly reflected in the UI: animations, counters, and filters are synchronized in real time. 🔍 Debugging real-time chats and messengers 🕹️ Monitoring game servers and network interactions 💬 Testing push notifications and streaming services 📊 Educational projects on working with real-time data Automatic JSON formatting with structure highlighting Automatic scrolling to the last message History limitation (up to 1000 messages per list) for performance optimization Security and privacy The extension does not collect, save, or send data from websites. All operations are performed locally within the browser context. Minimal permissions (activeTab, scripting, storage) are used exclusively for data visualization within DevTools. The new version of WebSocket Visualizer 1.3.0 adds support for German and Spanish, and the interface language switcher has been updated to include new localization options. Connection activity monitoring and state management have been improved, and a JSON viewer has been implemented for detailed viewing of message data. The interface has received visual improvements and new statistics elements: you can now monitor the number of bytes sent and received in real time. Furthermore, message export capabilities have been expanded to include JSON, CSV, and HAR formats, and a button for copying individual messages has been added. All export and statistics-related text is now localized for all supported languages. These updates make WebSocket Visualizer even more convenient for analyzing traffic, testing, and debugging WebSocket connections directly in the browser. WebSocket Visualizer now supports binary data handling with an integrated hex viewer for deeper inspection of raw message content. The message parsing logic has been improved to ensure more accurate decoding of complex WebSocket frames. Additionally, this update introduces localized translations for all new binary data features, providing a smoother experience for users in multiple languages.
Dev Tools - Web Dev Tools Suite
Streamline your workflow with a powerful, all-in-one browser extension designed for developers, designers, and tech professionals. Access 40+ premium tools directly from your browser, all optimized for speed, privacy, and productivity. Comprehensive Toolset: Everything you need for coding, debugging, testing, and designing in one place. Offline Functionality: All tools work seamlessly without an internet connection, ensuring privacy and speed. Customizable Interface: Pin your favorite tools for quick access or hide unused ones to declutter your workspace. Modern Design: Intuitive UI with light/dark themes for a comfortable user experience. Privacy-First: All processing happens locally in your browser—your data never leaves your device. Regular Updates: New tools and features added based on user feedback. Free Forever: No ads, subscriptions, or hidden costs. 🛠️ Tools Included: Code Formatter: Beautify and format code with syntax highlighting. Code Snippets: Save and organize reusable code snippets. Minifier/Beautifier: Compress or beautify JavaScript, CSS, and HTML. Regex Tester: Test regular expressions with live highlighting. Diff Checker: Compare texts and highlight differences. HTML Previewer: Live preview HTML with CSS (JavaScript disabled). API & Network Tools: API Tester: Test REST APIs with various HTTP methods. WebSocket Tester: Test WebSocket connections. Speed Tester: Measure network speed and latency. Network Speed Monitor: Monitor real-time network speed. Data Tools: JWT Decoder: Decode and verify JWT tokens. Base64 Encoder/Decoder: Encode/decode Base64 strings. Hash Generator: Generate MD5, SHA-1, SHA-256, and other hash digests. UUID Generator: Generate unique identifiers. Utility Tools: Calculator: Basic and programmer calculator. Unit Converter: Convert between different units (length, weight, temperature, etc.). Timestamp Converter: Convert Unix timestamps. QR Code Generator: Generate QR codes from text. Password Generator: Create secure passwords. Lorem Ipsum Generator: Generate placeholder text for layouts. Page Performance: Analyze webpage performance metrics. SEO Analyzer: Analyze webpage SEO and accessibility. Meta Tags Manager: Generate and analyze HTML meta tags. Visual Tools: Color Picker: Pick colors from webpages. CSS Grid Generator: Create CSS grid layouts visually. Flexbox Generator: Learn and generate flexbox layouts interactively. CSS Extractor: Extract CSS from selected webpage elements. Viewport Measure: Measure pixel distances and dimensions on webpages. Element Inspector: Advanced element inspection with detailed properties. Storage Tools: Cookies Manager: View, edit, and manage browser cookies. LocalStorage Manager: Manage browser local storage data. SessionStorage Manager: Manage browser session storage data. IndexedDB Explorer: Browse and manage IndexedDB databases. Storage Analyzer: Analyze storage usage across all browser storage types. 🎯 Extra Features: Pin Tools: Keep your most-used tools at the top for quick access. Hide Tools: Customize your interface by hiding tools you don’t use. Search Functionality: Quickly find tools using the built-in search bar. Keyboard Shortcuts: Access tools faster with configurable shortcuts. Export Options: Save results or configurations directly to your local storage. 🔥 Why Choose This Extension? Designed for Developers: Tailored for frontend/backend developers, designers, DevOps engineers, and students. Boost Productivity: Eliminate repetitive tasks with one-click solutions. Chrome Guidelines Compliant: Fully adheres to Chrome Web Store policies for security and performance. 🚀 Get Started Today! Transform your browser into a professional development powerhouse. Install now and experience the ultimate toolkit for coding, debugging, and designing—all in one extension.
Advanced WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services. Advanced WebSocket Client is a Google Chrome extension designed to help construct custom WebSocket requests and handle responses for directly testing your WebSocket services. It supports the JSON request/response format, and its main feature is that you don't have to strictly follow RFC formatting rules. You can use single quotes, double quotes, or no quotes for string keys and values, as well as trailing commas in object literals. Additionally, it supports both single-line and block comments, just like in JavaScript.
WebSocket Proxy
Monitor, log, and modify WebSocket messages in real-time with a powerful proxy and testing tool. WebSocket Proxy is an essential tool for developers, QA specialists, and security professionals. It allows you to easily intercept, inspect, and manipulate WebSocket traffic, making it perfect for testing and debugging WebSocket connections in real time. Key Features: - Real-Time Traffic Interception: Monitor WebSocket messages as they flow between the client and server. - On-the-Fly Data Manipulation: Modify WebSocket messages before they are sent or received. - Comprehensive Logging: Keep detailed logs of all WebSocket messages for easy troubleshooting and debugging. Last changes: - The icon on the toolbar indicates that the connection is available - Bug fix How to Use 1. Open DevTools: Go to the WebSocket Proxy tab. 2. View Messages: See all WebSocket messages if a connection exists. 3. Modify with JavaScript: Edit the message variable as needed. 4. Apply Changes: Click Run to apply your code before sending messages. Who Is It For? 🧑💻 Developers: Quickly debug and optimize WebSocket interactions in your applications. 💪 QA Engineers: Ensure WebSocket communications are functioning correctly by testing edge cases and performance. 😎 Pentesters: Intercept and analyze WebSocket traffic to identify vulnerabilities and ensure security.
Quick WebSocket Client with Socket.IO
Construct custom Web Socket requests and handle responses to directly test your Web Socket services,Includes Socket.IO support. v0.0.2.1 Release for Socket.IO support. - 🔌 Easy WebSocket Connection Management - Quick connect/disconnect with WebSocket endpoints - Connection status monitoring - Detailed connection state logging - 🔌 Support Socket.IO Connection - Quick connect/disconnect with Socket.IO endpoints - Support for both event subscription - Support event and message - 📝 Advanced Message Handling - Support for both text and binary messages - Built-in JSON formatting and validation - Message history with timestamp and direction - Save frequently used messages for quick access - 💾 Persistent Storage - Auto-save connection history - Save favorite messages for reuse - Quick access to recent connections - 🎨 Modern User Interface - Clean and intuitive design - Real-time message updates - Compact message display - Dark/Light theme support ## Perfect for - Web developers testing WebSocket APIs - Backend developers debugging WebSocket services - QA engineers validating WebSocket implementations - Anyone working with WebSocket-based applications 1. Enter your WebSocket URL (e.g., ws://localhost:8080) 2. Click "Connect" to establish connection 3. Send text or binary messages 4. View real-time responses 5. Save frequently used messages for quick access 6. Monitor connection status and history - Built with React and TypeScript - Uses native WebSocket API - Supports all modern browsers - Zero external dependencies for core functionality - Secure local storage for saved data Perfect for developers who need a reliable, feature-rich WebSocket testing tool right in their browser.