Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Is it possible to activate extensions for chromium android?

1,175 views
Skip to first unread message

Selim Kütük

unread,
Feb 21, 2023, 3:00:27 PM2/21/23
to Chromium-dev
Hello, is it possible to activate the extension part in the chromium version that I will compile for a project I will develop soon? I know that the official version of Chrome has this feature turned off, but this feature is active in some chromium-based mobile browsers, thanks in advance for your help.

Lei Zhang

unread,
Feb 21, 2023, 3:07:00 PM2/21/23
to selim...@gmail.com, Chromium-dev
The first step would be to change the enable_extensions setting in extensions/buildflags/buildflags.gni. After tha, you can find out how deep the rabbit hole goes.

On Tue, Feb 21, 2023 at 11:59 AM Selim Kütük <selim...@gmail.com> wrote:
Hello, is it possible to activate the extension part in the chromium version that I will compile for a project I will develop soon? I know that the official version of Chrome has this feature turned off, but this feature is active in some chromium-based mobile browsers, thanks in advance for your help.

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/95dbb147-b852-4214-bee1-bd655745a4a6n%40chromium.org.

Torne (Richard Coles)

unread,
Feb 22, 2023, 11:04:19 AM2/22/23
to the...@chromium.org, selim...@gmail.com, Chromium-dev
On Tue, 21 Feb 2023 at 15:05, Lei Zhang <the...@chromium.org> wrote:
The first step would be to change the enable_extensions setting in extensions/buildflags/buildflags.gni. After tha, you can find out how deep the rabbit hole goes.

This has been disabled on Android since the beginning of the Android port and we only ever did enough work in this area to get the Android port to build cleanly (i.e. just disabling a bunch of stuff).

None of the UI required for extensions is implemented for Android, so even if you can get it to build with this enabled, most extensions won't really work - there is no code to show browser/page actions on Android, for example. The parts that are WebUI (like chrome://extensions) *might* work without significant changes if you include them in the build, but this isn't something we've tested. You are likely looking at a very significant amount of work here.
 
On Tue, Feb 21, 2023 at 11:59 AM Selim Kütük <selim...@gmail.com> wrote:
Hello, is it possible to activate the extension part in the chromium version that I will compile for a project I will develop soon? I know that the official version of Chrome has this feature turned off, but this feature is active in some chromium-based mobile browsers, thanks in advance for your help.

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/95dbb147-b852-4214-bee1-bd655745a4a6n%40chromium.org.

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.

Selim Kütük

unread,
Mar 1, 2023, 12:37:55 PM3/1/23
to Chromium-dev, Torne (Richard Coles), selim...@gmail.com, Chromium-dev, the...@chromium.org
Thank you for your help
22 Şubat 2023 Çarşamba tarihinde saat 19:04:19 UTC+3 itibarıyla Torne (Richard Coles) şunları yazdı:

Selim Kütük

unread,
Mar 1, 2023, 12:57:09 PM3/1/23
to Chromium-dev, Selim Kütük, Torne (Richard Coles), Chromium-dev, the...@chromium.org
I just want some javascript code that I write to be injected correctly. Is there any other method besides extension? Thank you.

1 Mart 2023 Çarşamba tarihinde saat 20:37:55 UTC+3 itibarıyla Selim Kütük şunları yazdı:

Diego Olguin

unread,
Mar 6, 2023, 2:40:48 PM3/6/23
to Chromium-dev, Selim Kütük, Torne (Richard Coles), Chromium-dev, the...@chromium.org
I have the same dilemma, how can I insert javascript in a page?

Where should I start if the extensions are not enabled?

Egor Pasko

unread,
Mar 13, 2023, 9:26:53 AM3/13/23
to diego....@salamancasolutions.com, Chromium-dev, Selim Kütük, Torne (Richard Coles), the...@chromium.org
One way to start is inspecting a page on a device connected over adb via `about:inspect` and injecting JS via the DevTools interface.

Тимур Аппаев

unread,
Mar 5, 2025, 12:34:59 PMMar 5
to Chromium-dev, Egor Pasko, Chromium-dev, Selim Kütük, Torne (Richard Coles), the...@chromium.org, diego....@salamancasolutions.com
Just in case if someone gets here with the same question - here my attempt, its still under development, consider it as working draft (but some extensions are alredy working) https://github.com/gonzazoid/chromium/tree/134.0.6964.1_android
To build it use usual android config with
enable_desktop_android_extensions = true
enable_guest_view = true


update to 134.0.6998.53 and fully working tabs api are coming soon.

понедельник, 13 марта 2023 г. в 16:26:53 UTC+3, Egor Pasko:

Istiak Ferdous

unread,
Mar 10, 2025, 11:54:45 AMMar 10
to Chromium-dev, Тимур Аппаев, Egor Pasko, Chromium-dev, Selim Kütük, Torne (Richard Coles), the...@chromium.org, diego....@salamancasolutions.com
Now there is enable_extensions_core. Maybe finally?
Reply all
Reply to author
Forward
0 new messages