Ajax Proxy
Modify your Ajax response to test
Vad är Ajax Proxy?
Ajax Proxy är en Chrome-tillägg utvecklad av Gj, och dess huvudfunktion är "Modify your Ajax response to test".
Tilläggsskärmbilder
Ladda ner Ajax Proxy-förlängningens CRX-fil
Ladda ner Ajax Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
面向开发者的工具,用于 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、函数式编辑等功能
Grundläggande Information om Tillägg
Namn | Ajax Proxy |
ID | jbikjaejnjfbloojafllmdiknfndgljo |
Officiell webbadress | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
Beskrivning | Modify your Ajax response to test |
Filstorlek | 835 KB |
Antal Installationer | 1,367 |
Aktuell Version | 2.2.10 |
Senast Uppdaterad | 2024-02-18 |
Publiceringsdatum | 2021-05-19 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | Gj |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/g0ngjie/ajax-proxy |
Stödda Språk | 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": [ " |