Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif
This project is a multi-protocol API simulation and mocking system designed to replace external dependencies during development and testing. It provides an API mocking server, a network traffic proxy, and specialized simulators for language model services and identity providers. The system distinguishes itself through deep AI simulation capabilities, including the emulation of language model providers and Model Context Protocol servers using JSON-RPC 2.0. It supports multi-turn conversational logic, state tracking for AI chat APIs, and the visualization of agent execution through call graphs
FastForward is a tool designed for link shortener bypass and web browsing optimization. It enables users to navigate directly to a final destination URL by automatically skipping intermediary landing pages and redirect screens. The project implements a privacy protection workflow that prevents web tracking. It blocks analytics and logging services from capturing user information and IP addresses by stopping the redirection process through tracking services. The system utilizes HTTP request interception and header manipulation to force servers to provide destination URLs immediately. It emplo
Tamperchrome est un débogueur d'API et un intercepteur réseau basé sur le navigateur, conçu pour la manipulation en temps réel du trafic HTTP. Il fonctionne comme une alternative aux proxys, permettant de capturer et de modifier les requêtes et les réponses directement dans l'environnement du navigateur.
Les fonctionnalités principales de google/tamperchrome sont : Breakpoint-Based Request Interceptions, Browser API Debuggers, HTTP Header Manipulators, HTTP Traffic Manipulation Tools, Response Body Modification, HTTP Request Interceptors, Real-Time Modifications, API Mocking.
Les alternatives open-source à google/tamperchrome incluent : proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… requestly/requestly. mock-server/mockserver-monorepo — This project is a multi-protocol API simulation and mocking system designed to replace external dependencies during… fastforwardteam/fastforward — FastForward is a tool designed for link shortener bypass and web browsing optimization. It enables users to navigate… chibat/chrome-extension-typescript-starter. googlechrome/chrome-extensions-samples — This repository serves as a comprehensive reference library for browser extension development, providing a collection…