Colibri: modify Ajax response

Modify your Ajax response to test

ما هو Colibri: modify Ajax response؟

Colibri: modify Ajax response هو إضافة Chrome تم تطويرها بواسطة Gj، والميزة الرئيسية لها هي "Modify your Ajax response to test".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Colibri: modify Ajax response

قم بتنزيل ملفات الامتداد Colibri: modify Ajax response بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Colibri: modify Ajax response Colibri: modify Ajax response
ID kalhaoeoppjgmbfdolmoeonfamnddkhc
عنوان URL الرسمي https://chromewebstore.google.com/detail/colibri-modify-ajax-respo/kalhaoeoppjgmbfdolmoeonfamnddkhc
الوصف Modify your Ajax response to test
حجم الملف 207 KB
عدد التثبيتات 325
النسخة الحالية 1.0.5
آخر تحديث 2022-10-05
تاريخ النشر 2022-08-17
تقييم 4.00/5 مجموع تقييمات 2
المطور Gj
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/g0ngjie/colibri
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}