Live HTTP headers

Displays the live log with the http requests headers

Co to jest Live HTTP headers?

Live HTTP headers to rozszerzenie Chrome opracowane przez thesenselessguy.business, a jego główną funkcją jest „Displays the live log with the http requests headers”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Live HTTP headers

Pobierz pliki rozszerzeń Live HTTP headers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Live HTTP headers Live HTTP headers
ID llbdkomocmgejikdoclcgfecgakakemk
Oficjalny URL https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk
Opis Displays the live log with the http requests headers
Rozmiar pliku 6.15 KB
Liczba instalacji 524
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-09-30
Data Publikacji 2018-08-19
Deweloper thesenselessguy.business
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}