google / tamperchrome

Tamper Dev is an extension that allows you to intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy. Works across all operating systems (including Chrome OS).
https://tamper.dev
Apache License 2.0
4.19k stars 219 forks source link

add user docs #51

Closed sirdarckcat closed 3 years ago

sirdarckcat commented 3 years ago
sirdarckcat commented 3 years ago

Draft FAQ:

sirdarckcat commented 3 years ago

Draft tutorial:

  1. Press Alt+T to open Tamper Dev
  2. Interact with the page (eg, reload, click a button, etc)
  3. Find the request of interest using the filters (eg, method:POST)
  4. Click Intercept, and repeat the action in the UI
  5. Edit the request, and send it.
sirdarckcat commented 3 years ago

Draft 3 illustrations summary:

  1. Tamper with the requests sent by your browser, even if encrypted.
  2. Observe how the server reacts to your modifications, interactively.
  3. Modify the response that your browser receives from the server.
sirdarckcat commented 3 years ago

https://developer.chrome.com/docs/webstore/images/#promo has some details

sirdarckcat commented 3 years ago

Screenshots:

  1. Filter HTTP requests
  2. Edit request/response headers
  3. Inspect/edit POST bodies
  4. Inspect/edit HTTP responses (hex editor)
  5. ?
sirdarckcat commented 3 years ago

missing:

  1. the logo or a promo image (ETA Tuesday)
  2. the 3 illustrations for the triplet in the homepage (ETA Wednesday)
  3. the link to the webstore (ETA EOW)