By using [webRequest.onSendHeaders](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onSendHeaders), it is possible to get all the headers sent for a request. 1. add a listener to store the headers for each tab 2. on demand when using the add-on, get the headers from the storage and pass them to lookyloo