Ajax Proxy
Modify your Ajax response to test
什麼是Ajax Proxy?
Ajax Proxy是由Gj開發的Chrome擴展程式,該擴展的主要功能是“Modify your Ajax response to test”。
擴展截圖
下載Ajax Proxy擴展crx文件
下載Ajax Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
面向开发者的工具,用于 Web 端接口数据的修改
Features:
1. Support request protocol interception 支持请求协议拦截
2. Support status code adjustment 支持状态码调整
3. instant response without refreshing 无需刷新,即时响应
4. data backup/restore 数据备份/恢复
5. tagging, filtering, JSON editing and other functions 标签、筛选、JSON、函数式编辑等功能 擴展基本資訊
| 名稱 | |
| ID | jbikjaejnjfbloojafllmdiknfndgljo |
| 官方網址 | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
| 簡介 | Modify your Ajax response to test |
| 檔案大小 | 835 KB |
| 安裝次數 | 1,367 |
| 目前版本 | 2.2.10 |
| 更新時間 | 2024-02-18 |
| 上架時間 | 2021-05-19 |
| 評分 | 5.00/5 共 7 次評分 |
| 開發者 | Gj |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/g0ngjie/ajax-proxy |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ajax Proxy",
"version": "2.2.10",
"description": "Modify your Ajax response to test",
"author": "Gj",
"icons": {
"128": "icons\/128.png"
},
"permissions": [
"storage",
"notifications",
"tabs"
],
"action": {
"default_icon": "icons\/48g.png"
},
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"matches": [
" | |