AutoResponder Chrome

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

什么是AutoResponder Chrome?

AutoResponder Chrome是由SocialWorker开发的Chrome扩展程序,该扩展的主要功能是“Catch the requests and return response from other urls or local files, block ads, inject request headers.”。

扩展截图

screenshot
screenshot
screenshot

下载AutoResponder Chrome扩展crx文件

下载AutoResponder Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}