Request Interceptor
Request Interceptor extension for Chrome. This extension intercepts the Ajax requests made on a web page and then allows to save…
A Network Requests Interceptor
查看最近 30 天的用户变化。
按时间查看评分波动,辅助判断近期口碑是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
Cepter is a powerful and user-friendly Chrome extension designed to help web developers and testers streamline their workflow. With Cepter, you can easily intercept network requests and modify their response body, status, or headers.
Cepter is a devtool that adds a dev-tool panel to the Chrome browser. To start using the extension, open chrome-devtools side-panel, Open the Cepter panel, and click "connect to tab" to begin debugging the page. Once connected, turn on "record network requests" to see all the network requests made to the page, either through refreshing or interacting with it.
To create an interception, click "add interception" or use one of the network requests to base your interception on.
Name your new interception and select the interception type - "Replace" is the commonly used option, while "Merge" is an advanced option relevant mainly for XHR JSON requests. With Merge, you can combine the body of the original response with the one you provide.
Choose a response method such as GET or POST and ensure that the URL regex pattern is accurate.
To control the new response's status or body, edit the JSON. It is essential to ensure that the JSON format of the response is valid to save your changes successfully.
查看最近评论和评分分布。
Chrome 商店显示有 1 条评论, 但 ExtScope 当前只同步到了 0条评论正文。这里先展示已同步的评论,后续会继续补齐。
查看 Chrome 商店详情页中的相关产品。
Request Interceptor extension for Chrome. This extension intercepts the Ajax requests made on a web page and then allows to save…
Chrome DevTools network proxy for intercepting, modifying, and debugging HTTP requests. Like Fiddler/Charles but built into DevTools
Intercept, edit, and run HTTP requests directly in your browser. No account needed.
Request Interceptor Extension for Chrome.
Intercept Requests and add custom rules to modify request/response headers, block/redirect requests, modify query params.
A chrome extension to intercept and modify HTTP requests and responses