AutoResponder Chrome

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

AutoResponder Chrome क्या है?

AutoResponder Chrome SocialWorker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Catch the requests and return response from other urls or local files, block ads, inject request headers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AutoResponder 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"
    }
}