I want to add a feature to my extension, and it requires modifying not only response body, but request body too. I would like if something like filterResponseData was added to web extension WebRequest API.
Also I think it would be good to add method for filterResponseData to modify response status code, not only body content.