Ajax Proxy
Modify your Ajax response to test
Apa itu Ajax Proxy?
Ajax Proxy adalah ekstensi Chrome yang dikembangkan oleh Gj, dan fitur utamanya adalah "Modify your Ajax response to test".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ajax Proxy
Unduh file ekstensi Ajax Proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
面向开发者的工具,用于 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、函数式编辑等功能
Informasi Dasar Ekstensi
Nama | Ajax Proxy |
ID | jbikjaejnjfbloojafllmdiknfndgljo |
URL Resmi | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
Deskripsi | Modify your Ajax response to test |
Ukuran File | 835 KB |
Jumlah Instalasi | 1,367 |
Versi Saat Ini | 2.2.10 |
Terakhir Diperbarui | 2024-02-18 |
Tanggal Publikasi | 2021-05-19 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Gj |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/g0ngjie/ajax-proxy |
Bahasa yang Didukung | 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": [ " |