Titanium Extension for Android

July 15, 2026 ยท View on GitHub

Stars GitHub license build release

A fully open-source browser extension for Titanium Browser for Android as well as other Chromium-based browsers. This extension offers additional features for Chromium on Android, including support for securely installing extensions from alternative marketplaces, using external download managers, adding support for enhanced dark mode, and more.

Note

You can also use this on other browsers with support for extensions, although official support is only provided for Titanium Browser for Android. Support for installing extensions from alternative marketplaces on other browsers requires a patched download_crx_util.cc.

Usage

Installation

Download the packed extension from Releases and extract it to a folder. In Titanium Browser for Android or any other Chromium-based browser with support for extensions, open Manage extensions or chrome://extensions, enable Developer mode, select Load unpacked, and choose the unpacked extension folder.

Getting Extensions from Alternative Marketplaces

Titanium Browser for Android can install Chrome extensions from the Chrome Web Store with Desktop site enabled. For other marketplaces, you can use this extension. Once installed, downloading extensions from the following marketplaces is supported:

You can also manually download the extension by going to Extension options. Copy the extension's marketplace page URL and paste it into the relevant URL field. Select Get to download the extension file. If no install prompt appears, unzip the downloaded extension file and load it unpacked.

Using External Download Managers

You must first configure the download manager in Extension options. You can choose from a list of supported download managers using the application preset, or manually set the package ID as well as the intent format used by the download manager. The configured package ID must match the installed variant of the application exactly.

Once configured, browser downloads can be forwarded to any external download manager via intent:// when redirect is enabled. Alternatively, you can long-press a link to access the context menu and select Download with download manager to manually send a URL to the download manager.