Colibri: modify Ajax response

Modify your Ajax response to test

Vad är Colibri: modify Ajax response?

Colibri: modify Ajax response är en Chrome-tillägg utvecklad av Gj, och dess huvudfunktion är "Modify your Ajax response to test".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Colibri: modify Ajax response-förlängningens CRX-fil

Ladda ner Colibri: modify Ajax response-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
Officiell webbadress https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
Beskrivning Modify your Ajax response to test
Filstorlek 207 KB
Antal Installationer 325
Aktuell Version 1.0.5
Senast Uppdaterad 2022-10-05
Publiceringsdatum 2022-08-17
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Gj
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/g0ngjie/colibri
Stödda Språk 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": [
                ""
            ]
        }
    ]
}