Colibri: modify Ajax response

Modify your Ajax response to test

What is Colibri: modify Ajax response?

Colibri: modify Ajax response is a Chrome extension developed by Gj, and its main feature is "Modify your Ajax response to test".

Extension Screenshots

screenshot
screenshot
screenshot

Download Colibri: modify Ajax response Extension CRX File

Download Colibri: modify Ajax response extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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、无需刷新,即时响应                    

Extension Basic Information

Name Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
Official URL https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
Description Modify your Ajax response to test
File Size 207 KB
Installation Count 325
Current Version 1.0.5
Last Updated 2022-10-05
Publish Date 2022-08-17
Rating 4.00/5 Total 2 Ratings
Developer Gj
Email [email protected]
Payment Type free
Extension Website https://github.com/g0ngjie/colibri
Supported Languages 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": [
                ""
            ]
        }
    ]
}