API Interceptor - Mock & Modify HTTP Responses
Mock API responses & intercept HTTP requests. Override JSON, headers, status codes. Free API mocker & debugger for developers.
As of June 2026, API Interceptor - Mock & Modify HTTP Responses has 90 users and a 5.00/5 rating from 6 reviews in the Productivity category.
Usersup 42.9 percent+42.9%
90
90
Ratingno change0%
5.00
6 reviews
Reviewsno change0%
6
Version
2.4.0
Manifest V3
90-day change · In the last 90 days this extension 2 version updates.
History
8 snapshotsTracking since Apr 18, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 18, 2026 | 63 | 5.00 | 6 | 2.3.0 |
| Apr 28, 2026 | 72 | 5.00 | 6 | 2.3.0 |
| May 7, 2026 | 77 | 5.00 | 6 | 2.3.0 |
| May 14, 2026 | 81 | 5.00 | 6 | 2.3.0 |
| May 21, 2026 | 86 | 5.00 | 6 | 2.3.1 |
| May 27, 2026 | 83 | 5.00 | 6 | 2.3.1 |
| Jun 3, 2026 | 86 | 5.00 | 6 | 2.3.1 |
| Jun 9, 2026 | 85 | 5.00 | 6 | 2.4.0 |
| Now | 90 | 5.00 | 6 | 2.4.0 |
Changelog
- Jun 3, 2026description
API Response Interceptor is a powerful developer tool that helps web developers test, debug, and mock API responses without modifying backend code. Key Features - Response Modification - Replace entire response bodies with custom JSON Modify specific JSON fields using JSON path notation Use regex find & replace for text transformations Header Management -Add, modify, or remove response headers Test CORS configurations Simulate different server behaviors Status Code Control -Override HTTP status codes Test error handling in your applications Simulate server errors for edge case testing Developer-Friendly -Intuitive rule-based system with groups for organization URL pattern matching with wildcards and regex support Import/Export rules for team sharing Real-time network request monitoring Use Cases -API Mocking - Mock API responses during frontend development before the backend is ready -Error Testing - Simulate error responses to test error handling -Edge Case Testing - Test how your app handles unusual response data -Demo Preparation - Prepare consistent demo data for presentations -Legacy System Testing - Test integrations with systems you can't modify How It Works Create rules with URL patterns to match specific API endpoints Define how responses should be modified Attach the debugger to a tab Browse normally - matching responses are automatically modified Privacy & Security All data is stored locally on your device No external servers or analytics No data collection whatsoever Open source and transparent
Mock API responses, intercept HTTP requests, and override JSON — all without touching your backend. API Interceptor is a free Chrome developer tool for frontend developers who need to test, debug, and simulate API behavior in real-time. Whether you need to mock an API, fake a backend, simulate error responses, or override a live API with test data, this extension handles it with a simple rule-based system. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ WHAT DEVELOPERS USE IT FOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • API Mocking — Mock API responses during frontend development before the backend exists • HTTP Interception — Intercept and modify live API responses in real-time • Error Simulation — Fake 500, 404, 401, or any status code to test error handling • JSON Override — Replace or patch specific JSON fields without modifying the server • CORS Testing — Add or remove CORS headers to test cross-origin scenarios • Demo Mode — Lock in consistent mock data for client demos and presentations • Legacy API Testing — Intercept third-party APIs you cannot modify ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ KEY FEATURES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Response Body Modification • Replace the entire JSON response body with custom mock data • Modify specific fields using JSON path notation (e.g. data.user.name) • Use regex find & replace for text transformations • Write custom JavaScript functions to transform responses programmatically Header Interception & Override • Add, modify, or remove any response header • Fix CORS issues by injecting Access-Control-Allow-Origin • Simulate different server configurations without backend access Status Code Override • Change any HTTP status code (200, 400, 401, 403, 404, 500, 503) • Turn errors into successes or successes into errors for edge-case testing • Simulate flaky endpoints Flexible URL Matching • Wildcard, regex, exact, and "contains" URL patterns • Filter by HTTP method (GET, POST, PUT, DELETE, PATCH) Rule Management • Organize rules into named groups • Enable/disable rules or entire groups instantly • Import & export rules as JSON for team sharing • Built-in rule templates to get started fast ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1. Click the extension icon and attach the debugger to your tab 2. Go to Options and create a rule with a URL pattern 3. Choose what to mock: body, headers, status code, or all three 4. Refresh the page — matching API responses are intercepted and modified automatically 5. Detach the debugger when done; the real API behavior returns instantly ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PRIVACY & SECURITY ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 100% local — all rules and data stay on your device • No analytics, no tracking, no external servers • Debugger only activates on tabs you explicitly attach it to
- Jun 3, 2026short_description
Developer tool for API testing - intercept and mock API responses, add delays, with in-page toast notifications and rule templates
Mock API responses & intercept HTTP requests. Override JSON, headers, status codes. Free API mocker & debugger for developers.
- Jun 3, 2026name
API Response Interceptor
API Interceptor - Mock & Modify HTTP Responses
Permissions & access
- Permissions
- debuggerstorageactiveTab
- Host access
- <all_urls>
Screenshots
About
Mock API responses, intercept HTTP requests, and override JSON — all without touching your backend. API Interceptor is a free Chrome developer tool for frontend developers who need to test, debug, and simulate API behavior in real-time. Whether you need to mock an API, fake a backend, simulate error responses, or override a live API with test data, this extension handles it with a simple rule-based system. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ WHAT DEVELOPERS USE IT FOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • API Mocking — Mock API responses during frontend development before the backend exists • HTTP Interception — Intercept and modify live API responses in real-time • Error Simulation — Fake 500, 404, 401, or any status code to test error handling • JSON Override — Replace or patch specific JSON fields without modifying the server • CORS Testing — Add or remove CORS headers to test cross-origin scenarios • Demo Mode — Lock in consistent mock data for client demos and presentations • Legacy API Testing — Intercept third-party APIs you cannot modify ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ KEY FEATURES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Response Body Modification • Replace the entire JSON response body with custom mock data • Modify specific fields using JSON path notation (e.g. data.user.name) • Use regex find & replace for text transformations • Write custom JavaScript functions to transform responses programmatically Header Interception & Override • Add, modify, or remove any response header • Fix CORS issues by injecting Access-Control-Allow-Origin • Simulate different server configurations without backend access Status Code Override • Change any HTTP status code (200, 400, 401, 403, 404, 500, 503) • Turn errors into successes or successes into errors for edge-case testing • Simulate flaky endpoints Flexible URL Matching • Wildcard, regex, exact, and "contains" URL patterns • Filter by HTTP method (GET, POST, PUT, DELETE, PATCH) Rule Management • Organize rules into named groups • Enable/disable rules or entire groups instantly • Import & export rules as JSON for team sharing • Built-in rule templates to get started fast ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ HOW IT WORKS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1. Click the extension icon and attach the debugger to your tab 2. Go to Options and create a rule with a URL pattern 3. Choose what to mock: body, headers, status code, or all three 4. Refresh the page — matching API responses are intercepted and modified automatically 5. Detach the debugger when done; the real API behavior returns instantly ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PRIVACY & SECURITY ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 100% local — all rules and data stay on your device • No analytics, no tracking, no external servers • Debugger only activates on tabs you explicitly attach it to
Technical
- Version
- 2.4.0
- Manifest
- V3
- Size
- 747KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- ljpeofecccmaocmcmkeaahapjkmclkkj
- Developer ID
- uf671d9b2697ab25d2dcb166d87057b79
- Developer Email
- [email protected]
- Created
- Nov 29, 2025
- Last Updated (Store)
- May 28, 2026
- Last Scraped
- Jun 9, 2026
- Website
- —
Similar extensions
Alternatives to API Interceptor - Mock & Modify HTTP Responses, ranked by description similarity.
API Response Modifier
Modify API responses in real-time
47
★ 5.0
API Proxy Tool
A browser extension for proxying API requests to mock URLs
32
MockMan - mock APIs
Mocks api responses for AJAX (XHR) requests. (Postman for Frontend)
2.0K
★ 4.1
Request interceptor
Intercept requests using dev tools.
2
api-documentation
manifest.json description
4
Mock API Responses
Mock API responses based on user configuration.
90
★ 5.0
Header Modifier
Easily modify HTTP request and response headers for development, testing, and debugging
22
Allow CORS
Enable this extension to bypass CORS errors and make API calls from different domains seamlessly
1.0K
★ 4.5
Data sourced from the Chrome Web Store · last verified Jun 9, 2026.