oilioclnckkoijghdniegedkbocfpnip
Test Websocket & SocketIO connections with ease, supports both secure (wss) and unsecure (ws) protocols. Test, debug, and monitor WebSocket connections directly from your browser — no external tools or servers needed. Whether you're building real-time chat apps, live dashboards, trading platforms, or multiplayer games, PieSocket WebSocket Tester gives you everything you need to inspect WebSocket traffic with speed and precision. Supports ws:// and wss:// Full support for both secure (wss) and unsecured (ws) WebSocket protocols. Works with any WebSocket server. Auto-Reconnect Configure automatic reconnection with custom retry limits and intervals — simulate real-world client behavior effortlessly. Heartbeat / Ping Support Keep connections alive with configurable heartbeat messages sent on a timer. Perfect for testing keep-alive logic on your server. JSON Pretty-Print Received messages are automatically parsed and formatted for readability. Toggle between raw and pretty-printed views. Log Filtering & Search Filter logs by type (sent, received, error, info) and search across all messages in real time. Export Logs Download full session logs as a timestamped .log file for sharing with teammates or filing bug reports. Live Connection Stats Track bytes sent, bytes received, message count, and connection duration — all updated live. Dark Mode Easy on the eyes during long debugging sessions. Perfect for:
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.
Moesif Origin/CORS Changer & API Logger
Allow cross-domain requests by override Origin and CORS headers. Log/capture XmlHttpRequest API calls for debugging and analytics. This plugin allows you to send cross-domain requests directly from browser without receiving Cross Origin Errors. You can override the Request Origin header with this plugin and also have Access-Control-Allow-Origin set to *. Update: We removed email list signup and added ability to log and capture API calls. Migrated from Chrome Manifest V2 to V3, due to the new V3 "storage" api, your old settings may need to be reentered. You can override: Request Headers: Origin Response Headers: Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers, Access-Control-Allow-Credentials, Access-Control-Expose-Headers Guide on CORS: https://www.moesif.com/blog/technical/cors/Authoritative-Guide-to-CORS-Cross-Origin-Resource-Sharing-for-REST-APIs/ You can capture any Ajax, XmlHttpRequest, or fetch API requests made by any page, and send to your Moesif account for analytics and debugging. DISCLAIMER: This tool circumvents CORS security rules baked into every browser and is intended for testing your own website during development. Some production websites like Google Docs or Facebook may complain if they detect something that isn't expected. You can use the whitelist feature to only turn on for some domains. To avoid security issues, it is recommend to turn off after debugging. About Moesif API Monetization and Observability: Moesif (https://www.moesif.com) enables API teams at UPS, You.com, Deloitte, and others to deeply understand customer API usage and ship better API products with user-centric API analytics and monetization, which enables you to: - Understand customer API usage with user behavior analytics. - Debug issues quickly with high-cardinality API logs and metrics. - Get alerted of problems that impact customers. - Track API KPIs with custom dashboards. - Meter API usage and set up billing meters with integrations with Stripe, Chargebee, and custom billing platforms. By using this extension, you agree to Moesif's terms of use (https://www.moesif.com/terms) and privacy policy (https://www.moesif.com/pravicy).
Vue.js devtools (beta)
DevTools browser extension for Vue.js Chrome DevTools extension for debugging Vue.js applications. Thank you for trying the Vue.js devtools Beta! If you have any issue, please report them on the GitHub repository. This is the beta channel with a brand-new re-implementation, built with Vue 3. Note the beta channel may cause conflict with the stable version of Vue devtools. If the Vue icon is lit but the Vue tab doesn't show up in devtools, please temporarily disable the stable version and re-open the page.
Apollo Client Devtools
GraphQL debugging tools for Apollo Client. Apollo Client Devtools is a Chrome extension for the open-source GraphQL client, Apollo Client. This extension has 4 main features: 1. A built-in version of the Apollo Studio Explorer that allows you to make queries against your GraphQL server using your app's network interface directly (no configuration necessary). 2. A query watcher that shows you which queries are being watched by the current page, when those queries are loading, and what variables those queries are using. 3. A mutation inspector that displays the mutations made to your Apollo Client application data. 4. A cache inspector that displays your Apollo Client cache data. You can explore the cache through a tree-like interface, and search for specific field keys and values. Code for this extension can be found at: https://github.com/apollographql/apollo-client-devtools