I am aware that June 2025 is the official sunset date for Manifest V2 in Chrome Enterprise according to
https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline#june_2025_chrome_mv2_deprecation_enterprise_rollout
"Are you planning to completely remove blocking webRequest APIs?
The observational capabilities of webRequest will remain in Manifest V3, but the introduction of
declarativeNetRequest and planned changes to host permissions will significantly reduce the number of extensions that require the webRequest permission.
We are planning to disallow blocking webRequest in consumer extensions. Extensions that have been force-installed in managed environments via policies such as
ExtensionInstallForcelist will be able to access blocking webRequest. If your extensions may be used in both and you opt to continue using blocking webRequest in managed environments, you will either need to distribute different versions for each environment or add conditional logic to gracefully handle when this feature is not available."
So I'm wondering, after June 2025, will an org using Chrome Enterprise, a self hosted extension, Manifest V3, and ExtensionInstallForcelist be able to continue using webRequest and webRequestBlocking?
Are there any plans from the Chromium team to officially sunset webRequest and webRequestBlocking in all use cases overall - and if so, is there a timeline on that?
Thanks so much.