hkkjcknodnahjdnemannhkhnfedifkoh
Request Interceptor Extension for Chrome. Request Interceptor: Native HTTP/HTTPS Traffic Manager for Chrome Request Interceptor is a developer tool that allows you to seamlessly intercept, monitor, and route network traffic directly within your browser. Core Features: - Forward, drop, or pause incoming/outgoing requests. - Modify header values and POST payload data on the fly. - Add or delete custom request headers. - Filter interceptions by specific resource types. - Export request details as JSON and browse history. What is New in Version 3.0: - Bulk Actions: Instantly "Forward All" or "Drop All" intercepted requests with a single click. - Advanced Filtering: Isolate specific request types (GET, POST, PUT, DELETE) with interactive multi-select dropdowns. - Color-Coded UI: HTTP methods now feature color badges for faster visual scanning. - Improved UX: Added confirmation dialogs for deletions, "Select All" toggles, and one-click clear buttons for search inputs. - Stability: Fixed edge cases to prevent crashes while routing headless request payloads. What is New in Version 2.0: - Upgraded the extension to the modern Manifest V3 architecture. - Added a dedicated alert page and improved error messaging output. - Refined UI copy (e.g., changing to "Save as a JSON File"). - Added titles to the History and Settings pages for better navigation. - Extension windows now close automatically when you stop debugging. - Added full support for non-Latin characters.
XHR Request Interceptor
Redirect XHR requests and change their headers Redirect XHR requests and modify headers from any front-end application to wherever you want! Easy to use interface and supports regex (RE2). Especially useful for full-stack devs: Redirect from any environment to test your back-end developments.
Netify
Debugging proxy that will allow you to intercept and mutate requests from a web page Netify is a debugging proxy that will allow you to intercept and mutate your requests, like Fiddler or Charles, but it more compact and implemented directly in the Chrome. Features that Netify gives you: - Filter requests for proxy by URL, method or type of resource. - Redirect request to arbitrary URL. - Adding, replacing and removing request headers. - Replacing the request body, text/JSON, Base64 or form data. - Replacing the response status code. - Adding, replacing and removing response headers. - Replacing the response body with a text value, Base64, or file's content. - Adding an extra response delay - Cancel request on the client. - The above changes can be made according to predefined rules, by script or by making changes to the intercepted request (like breakpoint). Attention!!! This extension is based on the experimental features of the Chrome Devtool protocol, which may lead to inoperability with the update of the browser. If you have some trouble with Netify or you have some suggestions, please report it here (https://github.com/vladlavrik/netify/issues)
Request Interceptor
Request Interceptor extension for Chrome. This extension intercepts the Ajax requests made on a web page and then allows to save… Request Interceptor extension for Chrome. This extension intercepts the Ajax requests made on a web page and then allows to save them in JSON format. Just click on "Start recording" and wait for the requests to be sent, then click on "Stop recording" and you can click on "Export data" to export the request data.
Ajax Interceptor Tools
Modify the response text of Ajax requests An extension plugin for Chrome that modifies the response of AJAX requests. 🧰 Main features: 1. Intercept and modify the response of XMLHttpRequest and fetch requests, including 404 status requests. 2. Match requests based on regular expressions and HTTP request methods. 3. Edit response results in JSON or JavaScript format, with support for Mock.js syntax. 4. Easily create mock scenarios in JavaScript programming by accessing original request information from the arguments parameter. 5. New U-Network panel in DevTools for quickly intercepting requests and modifying response results. 6. Support change the request URL, request headers and body. 7. Support importing/exporting rule configurations. 8. Support adjusting the order of groups and rules. 9. Support picture-in-picture option for opening the configuration page. 10. Support intercepting network configuration pages using declarativeNetRequest. ⚠️ Notes: 1. After installing the plugin, restart the browser or refresh the relevant pages to ensure normal use. 2. The plugin only modifies the response at the JS level and cannot display the modified result in the Network panel. The plugin prints the modified results to the console, which can be viewed there. 🌟GitHub repository (please star if you find it helpful): https://github.com/PengChen96/ajax-tools