As a proxy extension developer, this is absolutely maddening. We're forced to choose between auth-less open proxies (bad), or baking in a wacky authentication scheme through a side channel (also bad). MV3 drops in 2.5 months, and will leave tens of millions of proxy extension users unable to use products they paid money for. This is all on top of the many other issues with MV3 that Google is pushing under the guise o…
V3 will improve performance of ads division.
Proxy Chrome extensions are not going to be usable in MV3
11–20 of 215 posts
Re: Proxy Chrome extensions are not going to be usable in MV3
#122 years without a reply, maybe it's a feature. Could they be afraid of a surge in proxy Adblock extensions since they are trying to cripple the local ones?
Re: Proxy Chrome extensions are not going to be usable in MV3
#13As a proxy extension developer, this is absolutely maddening. We're forced to choose between auth-less open proxies (bad), or baking in a wacky authentication scheme through a side channel (also bad). MV3 drops in 2.5 months, and will leave tens of millions of proxy extension users unable to use products they paid money for. This is all on top of the many other issues with MV3 that Google is pushing under the guise o…
They've been doing false advertising for years on every channel, making consumers pay for absolutely useless products.
Re: Proxy Chrome extensions are not going to be usable in MV3
#14Re: Proxy Chrome extensions are not going to be usable in MV3
#15I don't want to pile on here but everyone who used Chromium while pretending they weren't supporting google's Chrome monopoly, pretending Chromium was something else, are getting the only outcome that was possible. It was entirely predictable from the start and if you play stupid games you win stupid prizes.
Re: Proxy Chrome extensions are not going to be usable in MV3
#162 years without a reply, maybe it's a feature. Could they be afraid of a surge in proxy Adblock extensions since they are trying to cripple the local ones?
A proxy extension requires rewriting arbitrary requests on the fly, which is removed from V3 as a general capability.
That is completely incorrect. A proxy extension routes requests through a proxy server. It does not rewrite anything.
Re: Proxy Chrome extensions are not going to be usable in MV3
#17I don't want to pile on here but everyone who used Chromium while pretending they weren't supporting google's Chrome monopoly, pretending Chromium was something else, are getting the only outcome that was possible. It was entirely predictable from the start and if you play stupid games you win stupid prizes.
It's not like no one was making warnings about this.
Re: Proxy Chrome extensions are not going to be usable in MV3
#18As a proxy extension developer, this is absolutely maddening. We're forced to choose between auth-less open proxies (bad), or baking in a wacky authentication scheme through a side channel (also bad). MV3 drops in 2.5 months, and will leave tens of millions of proxy extension users unable to use products they paid money for. This is all on top of the many other issues with MV3 that Google is pushing under the guise o…
If there is one group of people I will never feel bad for, it's the VPN / proxy vendors. They've been doing false advertising for years on every channel, making consumers pay for absolutely useless products.
Re: Proxy Chrome extensions are not going to be usable in MV3
#19Earlier quoted context omitted.
A proxy extension requires rewriting arbitrary requests on the fly, which is removed from V3 as a general capability.
> A proxy extension requires rewriting arbitrary requests on the fly That is completely incorrect. A proxy extension routes requests through a proxy server. It does not rewrite anything.
edit: Apparently I've hit my HN rate limit so I can't reply! Thanks Dang.
As for the proxying, obviously something has to rewrite the address that the request is going to. Depending on the type of proxy (ex: HTTP CONNECT) you may also have an x-forwarded-by header set. It sounds like Chrome never allowed you to do this manually, cool TIL.