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
Eメール [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"
    }
}