Colibri: modify Ajax response

Modify your Ajax response to test

什麼是Colibri: modify Ajax response?

Colibri: modify Ajax response是由Gj開發的Chrome擴展程式,該擴展的主要功能是“Modify your Ajax response to test”。

擴展截圖

screenshot
screenshot
screenshot

下載Colibri: modify Ajax response擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}