Can someone ELI5 what are proxy extensions? What are they supposed to do?
I use a HTTP/HTTPS proxy in Chrome (and Firefox) to work remotely and access internal things from my work network. The proxy I use has very nice features to allow "auto switching", meaning based on an regex I can use the proxy or go direct. The rules are ordered any way you want them. The proxy we all use at work is SwitchyOmega. Been using it for years and it's fantastic.
Proxy Chrome extensions are not going to be usable in MV3
151–160 of 215 posts
Re: Proxy Chrome extensions are not going to be usable in MV3
#152As 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…
Does your extension work on Firefox? If yes, have you considered explaining the situation to your users to encourage them to move to Firefox?
Re: Proxy Chrome extensions are not going to be usable in MV3
#153Re: Proxy Chrome extensions are not going to be usable in MV3
#154Earlier quoted context omitted.
The amount of work it would take to fork Chromium and maintain a working secure browser with MV2 hooks into the browser internals would be so large that you'd need a dedicated team whose job it is to constantly backport upstream Chromium changes and ensure they still work with the old MV2 subsystem. That would take a lot of time and money.
Well you don't need to implement every stupid thing big G thinks should be in it, just the really critical stuff. Even if you freeze all features right now you'll probably still have a better renderer than gecko for 5 years into the future. I mean right now I bet a lot of people will simply not update to MV3 and continue using the last known MV2 build into perpetuity until certs break or something else. I sure intend…
Re: Proxy Chrome extensions are not going to be usable in MV3
#155Earlier quoted context omitted.
>Isn't Chromium completely open source? No, especially not if you want to watch videos, the DRM plugin is a binary blob that only Google approved browsers get to run. Then there are all the Google services that will break in unexpected ways in your browser, sometimes just because your user agent isn't identical to Chromes if past reports from Firefox users are any indication. Basically expect to be shit on by the big…
Firefox supports all DRM content I have come across, clearly there are ways to implement DRM that don't involve Google.
Re: Proxy Chrome extensions are not going to be usable in MV3
#156Chromium team has not commented on this bug with 650+ stars (within top 10 https://bugs.chromium.org/p/chromium/issues/list?sort=-stars... issues) in months
"I'm temporarily restricting comments to keep comments from turning into +1s while this is trending on Hacker News. If you have additional thoughts that you'd like to share with the Chromium team regarding this issue, please return in a few days to leave a comment (and apologies for the inconvenience)."
"As a Chromium contributor that shares information about our progress on extensions issues, I sincerely apologize to extensions developers affected by this issue and the broader community for not sharing an update until now. I'm currently working on a "known issues" document for Manifest V3 that touches on several outstanding issues (including this one), but given the attention on this issue now, I'll quickly share our current thinking on this issue."
"We have always intended to provide support for this functionality in Manifest V3 (for both user-installed and force-installed extensions), and have been iterating on different possible approaches. Our tentative plan (which is not yet finalized) is that the Manifest V3 version of this capability will require extensions to request a new permission scoped to intercepting authentication requests, but will otherwise allow extensions to handle these requests in a similar manner to how they do in Manifest V2."
"The permission string and end user facing warning string have not been finalized yet. Also, we have not yet finalized how this new permission will interact with other permission grants, but extensions that currently have the webRequest permission and broad host permissions will likely not require an additional grant for this permission."
"Finally, I want to note that before we can pursue this capability, we first need to resolve issue 1024211 (now formally marked as a blocker). We are actively working on 1024211 and aim to resolve both that issue and this one before January 2023."
Re: Proxy Chrome extensions are not going to be usable in MV3
#157Once upon a time many years ago, Chrome was marginally better than Firefox. That time has long since passed. I know, I switched from Firefox to Chrome and used it for a couple of years, but Firefox got better and Chrome got worse, so I've been back on Firefox for many years again now. If Chrome doesn't do what you want or what you like, use Firefox. It does everything Chrome does, and more.
Here's a new profile, just default zoom set to 150% (ublock origin installed system-wide)
https://i.imgur.com/Z3MO8sr.png
https://i.imgur.com/hgscGrb.png
https://i.imgur.com/07QI1IU.png
https://i.imgur.com/owZm12J.png
What is even going on?
Re: Proxy Chrome extensions are not going to be usable in MV3
#158Earlier quoted context omitted.
None that I'm aware of but Firefox has committed to maintaining the more powerful MV2 content blocking APIs that Google is removing.
Brave has committed to MV2 but they will need their own store first because the chrome web store is kicking out MV2 extensions. So far, they don’t have their own store.
> We could fork them back in at higher maintenance cost. No point in speculating — I don’t write checks of unknown amount and sign them, and Google looks likely to keep V2 support for a year (thanks be to “enterprise”).
Re: Proxy Chrome extensions are not going to be usable in MV3
#159As 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…
I checked out both of your sites Windscribe.com and ControlD.com...I will be signing up as a paid customer! Thank you for you this.
Re: Proxy Chrome extensions are not going to be usable in MV3
#160Earlier quoted context omitted.
OK that doesn't have to do with blocking Google AdSense ads nor does it have to do with proxying so I'm kind of confused.
>OK that doesn't have to do with blocking Google AdSense ads nor does it have to do with proxying so I'm kind of confused. When a website wants to load an ad, it uses javascript[0]. The website can call a function in the included javascript file and tell AdSense "hey load an ad". If you simply block the JS file the website can break due to trying to call functions that don't exist. uBlock (supposedly, I haven't verif…