Colibri: modify Ajax response

Modify your Ajax response to test

Was ist Colibri: modify Ajax response?

Colibri: modify Ajax response ist eine Chrome-Erweiterung, die von Gj entwickelt wurde, und ihr Hauptmerkmal ist "Modify your Ajax response to test".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Colibri: modify Ajax response-Erweiterungs-CRX-Datei herunterladen

Laden Sie Colibri: modify Ajax response-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
Offizielle URL https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
Beschreibung Modify your Ajax response to test
Dateigröße 207 KB
Installationsanzahl 325
Aktuelle Version 1.0.5
Letztes Update 2022-10-05
Veröffentlichungsdatum 2022-08-17
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler Gj
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/g0ngjie/colibri
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}