Colibri: modify Ajax response

Modify your Ajax response to test

Colibri: modify Ajax responseคืออะไร?

Colibri: modify Ajax response เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gj และคุณลักษณะหลักของมันคือ "Modify your Ajax response to test"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colibri: modify Ajax response

ดาวน์โหลดไฟล์ส่วนขยาย Colibri: modify Ajax response ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows you to modify Ajax response data without leaving the browser.

1、Lightweight
2、Support protocol interception
3、Hitting statistics
4、Immediate response without refreshing

1、轻量级
2、支持协议拦截
3、命中率统计
4、无需刷新,即时响应                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
คำอธิบาย Modify your Ajax response to test
ขนาดไฟล์ 207 KB
จำนวนการติดตั้ง 325
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-10-05
วันที่เผยแพร่ 2022-08-17
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Gj
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/g0ngjie/colibri
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Colibri: modify Ajax response",
    "version": "1.0.5",
    "description": "Modify your Ajax response to test",
    "author": "Gj",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Colibri",
        "default_popup": "popups\/index.html",
        "default_icon": "icons\/128g.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "document.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}