'CefSharp background extension
I want to load a Chrome extension in a CefSharp browser. I know that extensions are different in CefSharp.
I'm using the CefSharp example in the official github to try load my extension. I have the set_color extension as an example from CefSharp, but it's not a background extension.
My extension requires to be in background with the manifest key "background". How can I do this ? How can I load my background extension in CefSharp ?
I haven't seen web requests or web navigation API in the API list of CefSharp JS. Is the list updated ? Or is there another way to have these API events ?
Thanks in advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
