The Cleanest Chromium Browsers That Still Run uBlock Origin: Desktop and Android
🇬🇧 Discover the cleanest Chromium-based browsers that can still run the full version of uBlock Origin in the post-Manifest V2 era: Helium on desktop, Titanium on Android.
Google completed the migration of Chromium’s extension platform to Manifest V3 in late 2024 and permanently disabled all remaining Manifest V2 extensions on July 24, 2025 (Chrome 138); Chrome 151, shipped in July 2026, went one step further and removed the last MV2 code paths from the browser altogether. Its biggest victim is undoubtedly uBlock Origin: the full version no longer runs on stable Chrome. Curiously, the store listing is still live, but per Google’s own timeline all remaining MV2 extensions will also be purged from the Chrome Web Store on August 31, 2026. What gets left behind, uBlock Origin Lite, is hardly a proper replacement due to its rule limits, missing dynamic filtering, and cosmetic filtering/scriptlet support that ships disabled by default. Microsoft Edge is walking the same path, while Brave keeps shipping official workarounds to keep MV2 alive.
So what do you do if you love the Chromium foundation but still want full-strength uBlock Origin? The answer is simple: turn to the forks that keep MV2 breathing. Meet Helium on desktop and Titanium on Android.
🚫 Why Full uBlock Origin?
A quick recap of why Manifest V3 crippled content blockers:
- The
declarativeNetRequestlimit: Instead of thewebRequestAPI, which is the heart of uBlock Origin, a declarative API with strict rule limits became mandatory. - No dynamic filtering: The ability to dynamically block or allow requests per site, type, or list is gone.
- Scriptlets and cosmetic filtering restricted: The tools needed to defeat anti-adblock measures on sites like YouTube and to repair broken page layouts ship disabled by default.
For the full version of uBlock Origin to retain all these capabilities, the browser has to support Manifest V2 extensions. Both browsers below do exactly that.
🖥️ Desktop: Helium
Meet Helium: a fully open-source (GPL-3.0) browser based on ungoogled-chromium, made for people, with love. Official site: helium.computer
✨ Highlights
- uBlock Origin out of the box: The Helium team maintains their own fork of uBlock Origin and ships it embedded in the browser. You start with ads, trackers, and phishing sites blocked without touching a single setting.
- Manifest V2 support: It supports all Chromium extensions, and MV2 extensions will keep working “for as long as possible”.
- Chromium without Google: Telemetry and Google services are stripped out; on first launch the browser does not send a single web request. Extension updates go through a privacy-respecting proxy, too.
- Privacy by default: Third-party cookies are blocked and anti-fingerprinting randomization is enabled. No extra steps required.
- No bloat: No crypto wallet, no shoved-in AI assistant, no sponsored tabs. By the team’s own claim, one of the lightest modern browsers available.
- Handy extras: More than 13,000 ready-made
!bangshortcuts, split view, and experimental vertical tabs.
📦 Installation
- Head over to helium.computer; the site automatically picks the right binary for your platform.
- Alternatively, download straight from GitHub:
- Once installed, there is nothing left to do; uBlock Origin comes preinstalled and enabled.
Helium is currently in beta; if you run into unexpected issues, you can report them on GitHub Issues.
📱 Android: Titanium Browser
Meet Titanium Browser: an extension-capable, fully open-source (GPL-2.0) Chromium fork built on Vanadium, GrapheneOS’s security-focused browser. The project was formerly known as “Helium Browser for Android” but was renamed to Titanium to avoid brand confusion.
✨ Highlights
- Extension support + Manifest V2: Both store installs and unpacked extension loading are supported; MV2 extensions work just fine, which means you can install the full version of uBlock Origin.
- Chrome Web Store integration: Extensions can be installed directly from the store using Desktop site mode.
- Vanadium heritage: Built on GrapheneOS’s hardened Chromium; WebRTC IP protection is on by default.
- Titanium Extension for Android: With the companion extension you can add extras such as installs from the Opera and Edge stores, external download manager support, and enhanced dark mode.
- Two sources, seamless updates: Updates flow seamlessly between the Google Play and GitHub releases.
📦 Installation
- Install the browser:
- From the Google Play Store: Titanium Browser
- or grab the latest APK from GitHub
- Go to the Chrome Web Store.
- Enable Desktop site from the ⋮ menu in the top right corner.
- Find and install uBlock Origin as you normally would.
🛠️ Manual Installation (Unpacked)
Here is the route for anyone who prefers skipping the store—or for users arriving after August 31, 2026:
- Download the latest
uBlock0_*.chromium.zipfrom gorhill/uBlock Releases. (Not thefirefoxbuild—thechromiumone!) - Using your file manager, extract the zip into a permanent folder. Do not delete or move that folder: the browser reads the extension from it on every launch; delete the folder and the browser can no longer load the extension.
- In Titanium, open the ⋮ > Extensions > Manage extensions page (
chrome://extensions). - Flip on the Developer mode toggle at the top of the page.
- Tap Load unpacked and select the folder you extracted the zip into via the file picker (SAF).
- Loading the extension may take a few seconds; once finished, uBlock Origin is ready to use.
As of August 31, 2026, Google will remove all remaining MV2 extensions from the Chrome Web Store. After that date you may not find uBlock Origin in the store anymore; when that happens, you can keep installing it via Opera Add-ons or Microsoft Edge Add-ons (with the Titanium Extension), or by loading it unpacked from GitHub.
The developer notes that all builds are experimental. If you want maximum security, the GrapheneOS + Vanadium combination is still the gold standard; Titanium is the ideal middle ground for those who want Vanadium’s hardening combined with extension freedom.
📊 Side by Side
| Helium | Titanium | |
|---|---|---|
| Platform | Windows, macOS, Linux | Android |
| Base | ungoogled-chromium | Vanadium (GrapheneOS) |
| uBlock Origin | Preinstalled and enabled | Manual install (MV2 supported) |
| Extension source | Chromium extensions (incl. MV2) | Chrome Web Store, unpacked, Opera/Edge |
| License | GPL-3.0 | GPL-2.0 |
| Status | Beta, actively developed | Actively developed |
