ParrotMocker
Intercept h5/node.js requests and mock reponses
什么是ParrotMocker?
ParrotMocker是由chinesedfan开发的Chrome扩展程序,该扩展的主要功能是“Intercept h5/node.js requests and mock reponses”。
扩展截图
下载ParrotMocker扩展crx文件
下载ParrotMocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Supports to intercept XHR/JSONP/Fetch requests and forward to the specified mock server. 扩展基本信息
| 名称 | |
| ID | hdhamekapmnmceohfdbfelofidflfelm |
| 官方URL | https://chromewebstore.google.com/detail/parrotmocker/hdhamekapmnmceohfdbfelofidflfelm |
| 简介 | Intercept h5/node.js requests and mock reponses |
| 文件大小 | 55.87 KB |
| 安装次数 | 182 |
| 当前版本 | 1.6.0 |
| 更新时间 | 2022-11-25 |
| 上架时间 | 2018-07-07 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | chinesedfan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/chinesedfan/parrot-mocker |
| 帮助页面URL | https://github.com/chinesedfan/parrot-mocker/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ParrotMocker",
"version": "1.6.0",
"description": "Intercept h5\/node.js requests and mock reponses",
"icons": {
"128": "img\/parrot-128.png"
},
"action": {
"default_title": "ParrotMocker",
"default_icon": "img\/parrot-32.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"build\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"build\/parrot.js"
],
"matches": [
" | |