Colibri: modify Ajax response

Modify your Ajax response to test

Cos'è Colibri: modify Ajax response?

Colibri: modify Ajax response è un'estensione di Chrome sviluppata da Gj, e la sua funzione principale è "Modify your Ajax response to test".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Colibri: modify Ajax response

Scarica i file di estensione Colibri: modify Ajax response in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
URL Ufficiale https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
Descrizione Modify your Ajax response to test
Dimensione del File 207 KB
Conteggio Installazioni 325
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-10-05
Data di Pubblicazione 2022-08-17
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Gj
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/g0ngjie/colibri
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}