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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}