Open jg23497 opened 2 years ago
Watching this since I need a new extension. I originally used ModHeader which has since resorted to adware and apparently had a history of tracking users and even malware (the repo is now private). Thankfully the source code was released with GNU license, but that's not entirely relevant here (just ranting, sorry).
Anyway: Judging from the source code of the latest version of that extension (easily found on disk if you search for the extension ID, idgpnmonknjnojddfkpgkljpfnnfcklj
), they're also using v2 manifest so not sure they solved that issue either.
Google is phasing out support for Chrome extensions using Manifest V2:
This will present a challenge for Header Inject as the declarativeNetRequest API must be used going forward to handle network request modification. The declarativeNetRequest API requires a static request modification rule-set, which is potentially too restrictive for Header Inject's dynamic header injection use case.
Further details: https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/