New Update Ungoogled Chromium

What features makes this browser appealing?
Almost no Google services connections (as i don't need them)
Really good flags (some differ from Chromium)
Nice switch avalaible
Privacy, no Telemetry
If you want you can install extensions (loaded locally, url, extension by NeverDecaf)
MV2 still supported
Guess no AI
Fast Update with Eloston one
Clean Interface
 
What features makes this browser appealing?

Read my post #94 here on comparison between UG vs Helium vs Brave

 
Last edited:
Almost no Google services connections (as i don't need them)
Really good flags (some differ from Chromium)
Nice switch avalaible
Privacy, no Telemetry
If you want you can install extensions (loaded locally, url, extension by NeverDecaf)
MV2 still supported
Guess no AI
Fast Update with Eloston one
Clean Interface

Too bad I tried installing uBO but it won't install. Only uBO Lite accepted
 
  • Like
Reactions: Sorrento
@HarborFront
Really, no problem here, but maybe you're using it on Windows or other distro like mine, i even don't modify the V2 avalaibility flag for makes UBO working Capture d’écran du 2026-05-23 06-35-59.png
 
I've just attached screenshot to my previous post

Did you drop directly or use a crx file? I can't find the crx file in the uBO zip file from github

EDIT

OK, done it now. I went to Chrome Web Store and downloaded the crx file (with Chromium Web Store app) which allows me to install. I thought that it wasn't available on Chrome Web Store and went to github to download the zip file instaed
 
Last edited:
  • Like
Reactions: Sorrento
Starting with version 150, MV2 will be completely disabled.
PSA: Google Chrome 149 will be the last version fully supporting MV2 and Blocking WebRequest on regular extension installs · Issue #1000 · w3c/webextensions
However, Chromium can still be built with support for MV2 by changing one line in the source code :p .
That is Line 41 here:
https://source.chromium.org/chromiu...rowser/manifest_v2_experiment_manager.cc;l=41
Set to:
Code:
bool g_allow_mv2_for_testing = true;
If you maintain a Chromium fork or build Chromium from source, you can restore MV2 support by changing a single line: just change g_allow_mv2_for_testing to true.
Setting g_allow_mv2_for_testing to true unconditionally restores MV2 functionality without any flags. This boolean is used to run Chromium tests, so it will exist for as long as Chromium needs to run MV2 extension tests (most tests are still MV2 for historical reasons, even if they test behaviors identical across manifest versions).
I tested this approach at the very beginning of Chromium MV2 deprecation years ago and at least one Chromium fork uses it (source). This patch even re-enables MV2 support in Chrome Web Store developer private API, permitting user to install MV2 extensions from Chrome Web Store. As of writing Chrome Web Store hides MV2 extensions from search, but it still serves them if user opens a direct link and delivers updates for MV2 extensions. Of course, Chrome Web Store should be expected to gradually remove MV2 extensions altogether.
Proof from that one Chromium fork that applied the patch:
Screenshot_20260601.png
 

You may also like...