I see that there is no way to inspect the body with declarativeNetRequest
.
https://developer.chrome.com/docs/extensions/mv3/mv3-migration-checklist/ indicates I should replace webRequestBlocking
with declarativeNetRequest
permission. But it doesn’t say that chrome.webRequest
API is deprecated in v3 (it looks like it is) or how long will it continue to work with manifest v2.
Should I stick with manifest v2 even though I don’t know how long it will last? Google says they made this change for privacy reasons but I don’t see them removing content scripts...