AutoResponder Chrome

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

What is AutoResponder Chrome?

AutoResponder Chrome is a Chrome extension developed by SocialWorker, and its main feature is "Catch the requests and return response from other urls or local files, block ads, inject request headers.".

Extension Screenshots

screenshot
screenshot
screenshot

Download AutoResponder Chrome Extension CRX File

Download AutoResponder Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AutoResponder Chrome AutoResponder Chrome
ID gdeemmakbfhjckeonddaabfpnllgahng
Official URL https://chromewebstore.google.com/detail/autoresponder-chrome/gdeemmakbfhjckeonddaabfpnllgahng
Description Catch the requests and return response from other urls or local files, block ads, inject request headers.
File Size 116 KB
Installation Count 468
Current Version 2.1
Last Updated 2022-08-05
Publish Date 2021-06-14
Developer SocialWorker
Email [email protected]
Payment Type free
Extension Website https://github.com/sushrut111/requests-modifier
Supported Languages 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"
    }
}