Live HTTP headers

Displays the live log with the http requests headers

Apa itu Live HTTP headers?

Live HTTP headers adalah ekstensi Chrome yang dikembangkan oleh thesenselessguy.business, dan fitur utamanya adalah "Displays the live log with the http requests headers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Live HTTP headers

Unduh file ekstensi Live HTTP headers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Live HTTP headers Live HTTP headers
ID llbdkomocmgejikdoclcgfecgakakemk
URL Resmi https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk
Deskripsi Displays the live log with the http requests headers
Ukuran File 6.15 KB
Jumlah Instalasi 524
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-09-30
Tanggal Publikasi 2018-08-19
Pengembang thesenselessguy.business
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}