Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

extension Error !

Post Reply
sodlf159
Posts: 90
Joined: Thu Nov 09, 2023 1:55 pm

extension Error !

Post by sodlf159 »

GlobalCEFApp.AddCustomCommandLine('--load-extension=' + 'C:/MyTrace/AbsoluteDoubleTrace-master/MyTrace');
OR
GlobalCEFApp.AddCustomCommandLine('--load-extension=C:/MyTrace/AbsoluteDoubleTrace-master/MyTrace');



Currently, the latest version of CEF4 is
Can’t I add Chrome extensions?
You can go to chrome://extensions and add it manually.
It doesn't load automatically, what's the problem?
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: extension Error !

Post by salvadordf »

Many browser extensions require the Chromium user interface.
You can probably load them with the TinyBrowser2 demo.
Post Reply