Chrome Response Override
“Chrome Response Override”的产品徽标图片

Chrome Response Override

2.3(

15 个评分

)
扩展程序开发者工具3,000 用户
商品媒体 3 屏幕截图
产品视频缩略图
商品媒体 2 屏幕截图
商品媒体 3 屏幕截图
产品视频缩略图
产品视频缩略图
商品媒体 2 屏幕截图
商品媒体 3 屏幕截图

概述

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

# 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. 9) You must keep this devtools open 10) Issue with the override, either open private tab with only this plugin enabled in private tab or please try disabling other plugins working with network, like request header modifier and run this plugin again. If the other plugins using old network API may affect this plugin Ex. If you want to add new node in json. Find: "existingNode":"existingValue" Replace: "existingNode":"existingValue", "newNode": "newValue" If you want to modify URL in home page like on www.example.com page and no URI Path, use Special variable called ~NO_URI~ in URL contains field. Special Variable 1. If you put "~NO_API~" (without ") in Find, no remote call will be made, provide full response. Provide content-type in this case. 2. If you want to modify URL in home page like on www.example.com page and no URI Path, use Special variable called ~NO_URI~ in URL contains field. How This works: This devtools extension add network break point and listen to URL contains the user input Make API Client call and get response. Do Find and Replace on top of response. Serve the replaced response. New on V1.7: 1.Moving away from chrome.tabs.getSelected to chrome.tabs.query New on V1.6: 1. Fix using "/" in URL contains breaking page. Instead please use ~NO_URI~ Project space: https://github.com/Pasupathi-Rajamanickam/chrome-response-override

2.3 星(5 星制)15 个评分

Google 不会核实评价。 详细了解结果和评价。

详情

  • 版本
    1.8
  • 上次更新日期
    2022年6月24日
  • 提供方
    Pasupathi Rajamanickam
  • 大小
    488KiB
  • 语言
    English (United States)
  • 开发者
    电子邮件通知
    netunalvatai@gmail.com
  • 非交易者
    该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。

隐私权

该开发者已披露,此产品不会收集或使用您的数据。 如需了解详情,请查看该开发者的隐私权政策

该开发者已声明,您的数据:

  • 不会因未获批准的用途出售给第三方
  • 不会为实现与产品核心功能无关的目的而使用或转移
  • 不会为确定信用度或放贷目的而使用或转移

支持

若有任何疑问、建议或问题,请在桌面浏览器中打开此页面

Google 应用