Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

pre-installed extension limit issue

354 views
Skip to first unread message

Vane

unread,
Oct 29, 2024, 12:48:23 PM10/29/24
to Chromium-dev
Hello chromium devs,

I am working on the chromium source 125.0.6396.0 for my own browser development, I am trying to add functionalities for my browser by adding custom extensions, i followed this particular guide https://stackoverflow.com/questions/50125821/standard-way-to-build-a-chrome-extension-into-chromium and manage to build some of my custom extensions, But when i try to add more than 4 extensions the browser crashes or mini_installer crashes and does not install browser properly,
Is there a way to build more than 4 pre-installed extensions which are out side of chrome store in development or do I have to tinker with chromium source code to add other functionalities?

Greg Thompson

unread,
Nov 4, 2024, 5:14:10 AM11/4/24
to anubu...@gmail.com, Chromium-dev
Hi. I can't help you with the extension question, but I'm curious about the mini_installer crashes. Do you have a crash stack?

--
--
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 visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/73bc351a-9b72-4361-beef-2746e695a016n%40chromium.org.

Greg Thompson

unread,
Nov 4, 2024, 7:59:35 AM11/4/24
to Vane, Chromium-dev
You don't end up with an installation of Chromium in %LOCALAPPDATA%\Chromium\Application? You could try looking for %TEMP%\chromium_installer.log. Does it show anything interesting?

On Mon, Nov 4, 2024 at 1:13 PM Vane <anubu...@gmail.com> wrote:
not sure can you tell me how to look for them, (newbie here) and mini_installer crashes i meant after running the command out\win\mini_installer nothing happens it just creates a temp file and thats it.

Vane

unread,
Nov 4, 2024, 1:49:09 PM11/4/24
to Chromium-dev, Greg Thompson, Chromium-dev, anubu...@gmail.com
not sure can you tell me how to look for them, (newbie here) and mini_installer crashes i meant after running the command out\win\mini_installer nothing happens it just creates a temp file and thats it.

On Monday, November 4, 2024 at 3:44:10 PM UTC+5:30 Greg Thompson wrote:

guest271314

unread,
Nov 9, 2024, 1:25:15 PM11/9/24
to Chromium-dev, Vane, Greg Thompson, Chromium-dev
Yes. This is what I do


--load-extension=/home/user/native-messaging-nodejs,/home/user/native-messaging-deno,/home/user/native-messaging-bun,/home/user/native-messaging-quickjs,/home/user/native-messaging-llrt,/home/user/native-messaging-rust,/home/user/native-messaging-webassembly,/home/user/native-messaging-c,/home/user/native-messaging-cpp,/home/user/native-messaging-python,/home/user/native-messaging-bash,/home/user/native-messaging-d8,/home/user/native-messaging-spidermonkey,/home/user/native-messaging-typescript,/home/user/capture_system_audio,/home/user/devtools_panel_formatter,/home/user/isolated-web-app-utilities,/home/user/no-copilot-ad-main,/home/user/no-so-banner,/home/user/offscreen-audio-main,/home/user/remove_csp,/home/user/tab,/home/user/telnet-client/direct-sockets,/home/user/native-messaging-piper,/home/user/fetch-local-file \
Reply all
Reply to author
Forward
0 new messages