awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/tamperchrome

0
View on GitHub↗
4,211 estrellas·231 forks·TypeScript·Apache-2.0·8 vistastamper.dev↗

Tamperchrome

Tamperchrome es un depurador de API e interceptor de red basado en navegador, diseñado para la manipulación en tiempo real del tráfico HTTP. Funciona como una alternativa a un proxy, permitiendo capturar y modificar peticiones y respuestas directamente en el entorno del navegador.

La herramienta permite realizar mocking de respuestas de API y alterar los datos del servidor antes de que lleguen a la página. Ofrece capacidades para modificar cabeceras y cuerpos de peticiones salientes, así como para inyectar contenido en los cuerpos de respuesta para probar el comportamiento del lado del cliente.

El proyecto cubre un amplio espectro de depuración de red, incluyendo el análisis de tráfico frontend y el filtrado de peticiones capturadas para aislar llamadas a API específicas. Estas operaciones permiten interceptar y modificar tráfico HTTP y HTTPS sin necesidad de un servidor proxy externo.

Features

  • Breakpoint-Based Request Interceptions - Provides a mechanism to pause live HTTP traffic at breakpoints for manual inspection and payload modification.
  • Browser API Debuggers - Acts as a utility for testing client-side behavior by mocking or editing network payloads during web sessions.
  • HTTP Header Manipulators - Enables real-time modification, insertion, and removal of HTTP request and response headers.
  • HTTP Traffic Manipulation Tools - Provides a comprehensive suite for intercepting, inspecting, and modifying HTTP traffic flows in real-time.
  • Response Body Modification - Intercepts and alters the content of HTTP response bodies before they reach the browser renderer.
  • HTTP Request Interceptors - Intercepts outgoing HTTP requests to allow inspection and modification of URLs, headers, and bodies.
  • Real-Time Modifications - Alters HTTP request and response data on the fly as traffic passes through the browser interception layer.
  • API Mocking - Simulates API responses to test how the client handles different payloads without a live backend.
  • HTTP Debugging Extensions - Functions as a browser extension that intercepts, inspects, and modifies HTTP traffic for debugging.
  • Chrome Extensions - Implements its core functionality as a Chrome extension to hook into browser network events.
  • Declarative Network - Uses a declarative rule-set to match and intercept network requests at the browser level.
  • In-Browser Network Proxies - Provides the functionality of a network proxy for debugging traffic directly within a single browser.
  • Request-Based - Allows users to limit captured requests to a specific subset to reduce noise during debugging.
  • Network Log Filtering - Provides the ability to filter network logs to isolate specific API calls from background noise.
  • API Traffic Analysis - Enables filtering and inspection of network requests to isolate specific API calls during debugging.

Historial de estrellas

Gráfico del historial de estrellas de google/tamperchromeGráfico del historial de estrellas de google/tamperchrome

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Tamperchrome

Proyectos open-source similares, clasificados según cuántas características comparten con Tamperchrome.
  • proxymanapp/proxymanAvatar de ProxymanApp

    ProxymanApp/Proxyman

    6,858Ver en GitHub↗

    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

    debugging-tooliosmacos
    Ver en GitHub↗6,858
  • requestly/requestlyAvatar de requestly

    requestly/requestly

    6,341Ver en GitHub↗
    TypeScriptapiapi-clientapi-mock
    Ver en GitHub↗6,341
  • mock-server/mockserver-monorepoM

    mock-server/mockserver-monorepo

    4,897Ver en GitHub↗

    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

    Java
    Ver en GitHub↗4,897
  • fastforwardteam/fastforwardAvatar de FastForwardTeam

    FastForwardTeam/FastForward

    3,766Ver en GitHub↗

    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

    JavaScriptaddonchrome-extensionchromium-extension
    Ver en GitHub↗3,766
Ver las 30 alternativas a Tamperchrome→

Preguntas frecuentes

¿Qué hace google/tamperchrome?

Tamperchrome es un depurador de API e interceptor de red basado en navegador, diseñado para la manipulación en tiempo real del tráfico HTTP. Funciona como una alternativa a un proxy, permitiendo capturar y modificar peticiones y respuestas directamente en el entorno del navegador.

¿Cuáles son las características principales de google/tamperchrome?

Las características principales de google/tamperchrome son: 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.

¿Qué alternativas de código abierto existen para google/tamperchrome?

Las alternativas de código abierto para google/tamperchrome incluyen: 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…