AutoResponder Chrome

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

Cos'è AutoResponder Chrome?

AutoResponder Chrome è un'estensione di Chrome sviluppata da SocialWorker, e la sua funzione principale è "Catch the requests and return response from other urls or local files, block ads, inject request headers.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AutoResponder Chrome

Scarica i file di estensione AutoResponder Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AutoResponder Chrome AutoResponder Chrome
ID gdeemmakbfhjckeonddaabfpnllgahng
URL Ufficiale https://chromewebstore.google.com/detail/autoresponder-chrome/gdeemmakbfhjckeonddaabfpnllgahng
Descrizione Catch the requests and return response from other urls or local files, block ads, inject request headers.
Dimensione del File 116 KB
Conteggio Installazioni 468
Versione Corrente 2.1
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2021-06-14
Sviluppatore SocialWorker
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sushrut111/requests-modifier
Lingue Supportate 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"
    }
}