Ajax Proxy
Modify your Ajax response to test
O que é Ajax Proxy?
Ajax Proxy é uma extensão do Chrome desenvolvida por Gj, e sua principal característica é "Modify your Ajax response to test".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ajax Proxy
Baixe arquivos de extensão Ajax Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
面向开发者的工具,用于 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、函数式编辑等功能
Informações Básicas da Extensão
Nome | Ajax Proxy |
ID | jbikjaejnjfbloojafllmdiknfndgljo |
URL Oficial | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
Descrição | Modify your Ajax response to test |
Tamanho do Arquivo | 835 KB |
Contagem de Instalações | 1,367 |
Versão Atual | 2.2.10 |
Última Atualização | 2024-02-18 |
Data de Publicação | 2021-05-19 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | Gj |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/g0ngjie/ajax-proxy |
Idiomas Suportados | 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": [ " |