Ajax Proxy
Modify your Ajax response to test
Wat is Ajax Proxy?
Ajax Proxy is een Chrome-extensie ontwikkeld door Gj, en de belangrijkste functie is "Modify your Ajax response to test".
Extensie Screenshots
Download het CRX-bestand van de extensie Ajax Proxy
Download Ajax Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
面向开发者的工具,用于 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、函数式编辑等功能
Basisinformatie over de Extensie
Naam | Ajax Proxy |
ID | jbikjaejnjfbloojafllmdiknfndgljo |
Officiële URL | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
Beschrijving | Modify your Ajax response to test |
Bestandsgrootte | 835 KB |
Aantal Installaties | 1,367 |
Huidige Versie | 2.2.10 |
Laatst Bijgewerkt | 2024-02-18 |
Publicatiedatum | 2021-05-19 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Gj |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/g0ngjie/ajax-proxy |
Ondersteunde Talen | 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": [ " |