google / tamperchrome

Tamper Dev is an extension that allows you to intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy. Works across all operating systems (including Chrome OS).
https://tamper.dev
Apache License 2.0
4.19k stars 220 forks source link

In Manifest v3 #235

Open Hames0024 opened 2 years ago

Hames0024 commented 2 years ago

Your code is impossible in v3. Right?

ethanjerrum5 commented 3 months ago

@Hames0024 - This is something I'd like to know also, any update here please?

markrosenbaum commented 2 weeks ago

Unfortunately due to the Manifest V3 changes I don't believe the functionalities previously held by this extension are possible anymore. According to Google "Manifest V3 changes how extensions handle modification of network requests. Instead of intercepting network requests and altering them at runtime with chrome.webRequest, your extension specifies rules that describe actions to perform when a given set of conditions is met. Do this using the Declarative Net Request API."

ethanjerrum5 commented 2 weeks ago

Thank you for the update @markrosenbaum