Live HTTP headers
Displays the live log with the http requests headers
Wat is Live HTTP headers?
Live HTTP headers is een Chrome-extensie ontwikkeld door thesenselessguy.business, en de belangrijkste functie is "Displays the live log with the http requests headers".
Extensie Screenshots
Download het CRX-bestand van de extensie Live HTTP headers
Download Live HTTP headers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Live http replay. intervept and replay requests. Play with urls
Basisinformatie over de Extensie
Naam | Live HTTP headers |
ID | llbdkomocmgejikdoclcgfecgakakemk |
Officiële URL | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
Beschrijving | Displays the live log with the http requests headers |
Bestandsgrootte | 6.15 KB |
Aantal Installaties | 524 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-09-30 |
Publicatiedatum | 2018-08-19 |
Ontwikkelaar | thesenselessguy.business |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |