I want to add tab ID as prefix in the Cookie
response header of a web request before it reaches the web application and similarly want to remove that prefix from the Cookie
request header before the web request leaves browser (for server).
I see that rules in the declarativeNetRequest API doesn’t support setting dynamic (runtime) values for a header. Also, the webRequestBlocking is removed for manifest v3.
How can I do that in my manifest v3 extension?