Compare Chrome extensions: HTTP Request Override for Chrome vs Chrome Response Override

Stats HTTP Request Override for Chrome HTTP Request Override for Chrome Chrome Response Override Chrome Response Override
User count 16 3,000+
Average rating 0.00 2.27
Rating count 0 15
Last updated 2018-09-14 2022-06-24
Size 19.67K 499.71K
Version 1.0.0 1.8
Short description
Allows you to override a request or add one when page is loading Provides support to override API/HTML/* response using simple Find & Replace steps. No external app installation required
Full summary

Replace a request made by a webpage or Inject a new request while your page is loading

chrome-response-override

Chrome devtools extension to modify response on the fly, no external app installation required.

Provide support to override API/HTML/* response using simple Find & Replace steps. No external app installation required.

Steps to override response body in chrome extension

  1. Open devtools, navigate to "Response Override" tab
  2. Click "Add Row"
  3. Enter URL contains value only this URL response will be modified. If you want to modify URL in home page like www.example.com and no URI Path, use Special variable called NO_URI in URL contains field.
  4. Enter Find value It's a javascript regex pattern.
  5. Enter Replace value to replace with. No need to provide content-type
  6. Click "Save" to save everything.
  7. Click "Play" button to start modifying response.
  8. You must click pause button to stop this modification.
See more