Colibri: modify Ajax response

Modify your Ajax response to test

Colibri: modify Ajax response là gì?

Colibri: modify Ajax response là một tiện ích mở rộng Chrome được phát triển bởi Gj, và tính năng chính của nó là "Modify your Ajax response to test".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Colibri: modify Ajax response

Tải xuống các tệp mở rộng Colibri: modify Ajax response dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
URL Chính Thức https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
Mô tả Modify your Ajax response to test
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-10-05
Ngày Phát Hành 2022-08-17
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Gj
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/g0ngjie/colibri
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}