Colibri: modify Ajax response

Modify your Ajax response to test

Wat is Colibri: modify Ajax response?

Colibri: modify Ajax response is een Chrome-extensie ontwikkeld door Gj, en de belangrijkste functie is "Modify your Ajax response to test".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Colibri: modify Ajax response

Download Colibri: modify Ajax response-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
Officiële URL https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
Beschrijving Modify your Ajax response to test
Bestandsgrootte 207 KB
Aantal Installaties 325
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-10-05
Publicatiedatum 2022-08-17
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Gj
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/g0ngjie/colibri
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}