awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/tamperchrome

0
View on GitHub↗
4,211 stars·231 forks·TypeScript·Apache-2.0·7 viewstamper.dev↗

Tamperchrome

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 frontend traffic analysis and the filtering of captured requests to isolate specific API calls. These operations allow for the interception and modification of HTTP and HTTPS traffic without the need for an external proxy server.

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.

Star history

Star history chart for google/tamperchromeStar history chart for google/tamperchrome

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does google/tamperchrome do?

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.

What are the main features of google/tamperchrome?

The main features of google/tamperchrome are: 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.

What are some open-source alternatives to google/tamperchrome?

Open-source alternatives to google/tamperchrome include: 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…

Open-source alternatives to Tamperchrome

Similar open-source projects, ranked by how many features they share with Tamperchrome.
  • proxymanapp/proxymanProxymanApp avatar

    ProxymanApp/Proxyman

    6,858View on 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
    View on GitHub↗6,858
  • requestly/requestlyrequestly avatar

    requestly/requestly

    6,341View on GitHub↗
    TypeScriptapiapi-clientapi-mock
    View on GitHub↗6,341
  • mock-server/mockserver-monorepoM

    mock-server/mockserver-monorepo

    4,897View on 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
    View on GitHub↗4,897
  • fastforwardteam/fastforwardFastForwardTeam avatar

    FastForwardTeam/FastForward

    3,766View on 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
    View on GitHub↗3,766
See all 30 alternatives to Tamperchrome→