Live HTTP headers

Displays the live log with the http requests headers

What is Live HTTP headers?

Live HTTP headers is a Chrome extension developed by thesenselessguy.business, and its main feature is "Displays the live log with the http requests headers".

Extension Screenshots

screenshot

Download Live HTTP headers Extension CRX File

Download Live HTTP headers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Live HTTP headers Live HTTP headers
ID llbdkomocmgejikdoclcgfecgakakemk
Official URL https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk
Description Displays the live log with the http requests headers
File Size 6.15 KB
Installation Count 524
Current Version 1.0
Last Updated 2020-09-30
Publish Date 2018-08-19
Developer thesenselessguy.business
Email [email protected]
Payment Type free
Supported Languages 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
}