Ajax Proxy
Modify your Ajax response to test
Qu'est-ce que Ajax Proxy ?
Ajax Proxy est une extension Chrome développée par Gj, et sa fonction principale est "Modify your Ajax response to test".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ajax Proxy
Téléchargez les fichiers d'extension Ajax Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
面向开发者的工具,用于 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、函数式编辑等功能
Informations de Base sur l'Extension
Nom | Ajax Proxy |
ID | jbikjaejnjfbloojafllmdiknfndgljo |
URL Officiel | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
Description | Modify your Ajax response to test |
Taille du Fichier | 835 KB |
Nombre d'Installations | 1,367 |
Version Actuelle | 2.2.10 |
Dernière Mise à Jour | 2024-02-18 |
Date de Publication | 2021-05-19 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Gj |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/g0ngjie/ajax-proxy |
Langues Prises en Charge | 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": [ " |