1 रिपॉजिटरी
Developer tools integrated into the browser to inspect and mock network payloads during active sessions.
Distinct from Browser API Mocking: None of the candidates specifically cover a general network-focused API debugger integrated into the browser.
Explore 1 awesome GitHub repository matching development tools & productivity · Browser API Debuggers. Refine with filters or upvote what's useful.
Tamperchrome is a browser-based API debugger and network interceptor designed for the real-time manipulation of HTTP traffic. It functions as a proxy alternative that allows for the capturing and modification of requests and responses directly within the browser environment. The tool enables API response mocking and the alteration of server data before it reaches the page. It provides capabilities for modifying outgoing request headers and bodies, as well as injecting content into response bodies to test client-side behavior. The project covers a broad surface of network debugging, including
Acts as a utility for testing client-side behavior by mocking or editing network payloads during web sessions.