awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 vuestamper.dev↗

Tamperchrome

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.

L'outil permet de simuler des réponses d'API et de modifier les données serveur avant qu'elles n'atteignent la page. Il offre des fonctionnalités pour modifier les en-têtes et le corps des requêtes sortantes, ainsi que pour injecter du contenu dans le corps des réponses afin de tester le comportement côté client.

Le projet couvre un large spectre du débogage réseau, incluant l'analyse du trafic frontend et le filtrage des requêtes capturées pour isoler des appels API spécifiques. Ces opérations permettent d'intercepter et de modifier le trafic HTTP et HTTPS sans avoir besoin d'un serveur proxy externe.

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.

Historique des stars

Graphique de l'historique des stars pour google/tamperchromeGraphique de l'historique des stars pour google/tamperchrome

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Tamperchrome

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Tamperchrome.
  • proxymanapp/proxymanAvatar de ProxymanApp

    ProxymanApp/Proxyman

    6,858Voir sur 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
    Voir sur GitHub↗6,858
  • requestly/requestlyAvatar de requestly

    requestly/requestly

    6,341Voir sur GitHub↗
    TypeScriptapiapi-clientapi-mock
    Voir sur GitHub↗6,341
  • mock-server/mockserver-monorepoM

    mock-server/mockserver-monorepo

    4,897Voir sur 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
    Voir sur GitHub↗4,897
  • fastforwardteam/fastforwardAvatar de FastForwardTeam

    FastForwardTeam/FastForward

    3,766Voir sur 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
    Voir sur GitHub↗3,766
Voir les 30 alternatives à Tamperchrome→

Questions fréquentes

Que fait google/tamperchrome ?

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.

Quelles sont les fonctionnalités principales de google/tamperchrome ?

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.

Quelles sont les alternatives open-source à google/tamperchrome ?

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…