Colibri: modify Ajax response

Modify your Ajax response to test

Hvad er Colibri: modify Ajax response?

Colibri: modify Ajax response er en Chrome-udvidelse udviklet af Gj, og dens hovedfunktion er "Modify your Ajax response to test".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Colibri: modify Ajax response-udvidelses-CRX-fil

Download Colibri: modify Ajax response-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
Officiel URL https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
Beskrivelse Modify your Ajax response to test
Filstørrelse 207 KB
Antal Installationer 325
Nuværende Version 1.0.5
Senest Opdateret 2022-10-05
Udgivelsesdato 2022-08-17
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler Gj
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/g0ngjie/colibri
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}