AutoResponder Chrome

Catch the requests and return response from other urls or local files, block ads, inject request headers.

ما هو AutoResponder Chrome؟

AutoResponder Chrome هو إضافة Chrome تم تطويرها بواسطة SocialWorker، والميزة الرئيسية لها هي "Catch the requests and return response from other urls or local files, block ads, inject request headers.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AutoResponder Chrome

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

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

                        Lightweight alternative for auto responder in fiddler. 
Use this extension to return a mocked custom response or to return a response from another backend address to a deployed client.                    

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

الاسم AutoResponder Chrome AutoResponder Chrome
ID gdeemmakbfhjckeonddaabfpnllgahng
عنوان URL الرسمي https://chromewebstore.google.com/detail/autoresponder-chrome/gdeemmakbfhjckeonddaabfpnllgahng
الوصف Catch the requests and return response from other urls or local files, block ads, inject request headers.
حجم الملف 116 KB
عدد التثبيتات 468
النسخة الحالية 2.1
آخر تحديث 2022-08-05
تاريخ النشر 2021-06-14
المطور SocialWorker
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/sushrut111/requests-modifier
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoResponder Chrome",
    "description": "Catch the requests and return response from other urls or local files, block ads, inject request headers.",
    "version": "2.1",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}