Live HTTP headers

Displays the live log with the http requests headers

Live HTTP headers क्या है?

Live HTTP headers thesenselessguy.business द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the live log with the http requests headers"।

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

screenshot

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

crx प्रारूप में Live HTTP headers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Live http replay. 
intervept and replay requests. Play with urls                    

एक्सटेंशन की मूल जानकारी

नाम Live HTTP headers Live HTTP headers
ID llbdkomocmgejikdoclcgfecgakakemk
आधिकारिक URL https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk
विवरण Displays the live log with the http requests headers
फ़ाइल का आकार 6.15 KB
स्थापना संख्या 524
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-09-30
प्रकाशन तिथि 2018-08-19
डेवलपर thesenselessguy.business
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live HTTP headers",
    "description": "Displays the live log with the http requests headers",
    "version": "1.0",
    "permissions": [
        "debugger"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Live HTTP headers"
    },
    "manifest_version": 2
}