Chromium on Mac, Extension cannot work with its own files
I have downloaded the most recent Chromium build (as of today) – Version 131.0.6725.0 (Developer Build) (arm64). I have an extension developed for my own purposes, loaded from the local disk using developer mode. I can load the extension with the new Chromium as well, no warnings are reported. Previous version of Chromium (127.0.6479.0)worked perfectly with my extension. However, when I now visit the page that should load the content script of the extenstion with the new Chromium, it reports a strange error:
Chromium on Mac, Extension cannot work with its own files
I have downloaded the most recent Chromium build (as of today) – Version 131.0.6725.0 (Developer Build) (arm64). I have an extension developed for my own purposes, loaded from the local disk using developer mode. I can load the extension with the new Chromium as well, no warnings are reported. Previous version of Chromium (127.0.6479.0)worked perfectly with my extension. However, when I now visit the page that should load the content script of the extenstion with the new Chromium, it reports a strange error:
Chromium on Mac, Extension cannot work with its own files
I have downloaded the most recent Chromium build (as of today) – Version 131.0.6725.0 (Developer Build) (arm64). I have an extension developed for my own purposes, loaded from the local disk using developer mode. I can load the extension with the new Chromium as well, no warnings are reported. Previous version of Chromium (127.0.6479.0)worked perfectly with my extension. However, when I now visit the page that should load the content script of the extenstion with the new Chromium, it reports a strange error:
How to Automatically Include a Chrome Extension in All Profiles of a Custom Chromium Build?
I have developed a Chrome extension and want to ensure it is included in all user profiles of a custom Chromium browser that I have set up and built from source. How can I configure this custom build to automatically load the .crx file for my extension across all profiles?