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.
CEF only has some building script changes that are not important for us but I added two new demos that show how to load browser extensions!
The new demos are located inside the "demos/Delphi_VCL/Extensions" directory :
HelloWorldExt : Loads a simple "Hello World" extension.
PageColorExt : Loads the "Set Page Color" extension that allows you to change the page background color.
CEF support for browser extensions is extremely limited and most of the extensions will not work. If you want to know what APIs are supported just load chrome://extensions-support/ in the MiniBrowser demo. At the time of this writting this is what's supported :
There is a problem with one demo, what is wrong? https://prnt.sc/ty8x38
I already wrote something about this. This is definitely not a component installation problem.