What is the exactly step of loading a extension in webcord? #549
Unanswered
woshichuanqilz
asked this question in
Q&A
Replies: 1 comment
-
WebCord has its own docs, and call this exact API for a dir when packaged as debug/devel. Extensions are not available in the official stable release (as they are considered as experimental / security risk, due there might be as much checks for them as in Chrome and APIs that are working fine), you have to package WebCord on your own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read the doc https://www.electronjs.org/docs/latest/api/extensions.
It saids that
To load an extension, call [ses.loadExtension](https://www.electronjs.org/docs/latest/api/session#sesloadextensionpath-options)
I am not familar with electron how to call ses.loadExtension in webcord?Beta Was this translation helpful? Give feedback.
All reactions