How to add extensions into electron app without extracting(app.asar modifications)? #24
-
Hi there ,special mention to @samuelmaddock I am trying to add custom extension into any electron application to monitor few DOM-UI properties.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't see it being possible to add support for Also, since you mentioned this is for a client, make sure they've reviewed this project's license as it it will affect any application that integrates with |
Beta Was this translation helpful? Give feedback.
I don't see it being possible to add support for
electron-chrome-extensions
without the app author installing and configuring it themselves. The main process script will always need to be modified to initialize theExtensions
class.Also, since you mentioned this is for a client, make sure they've reviewed this project's license as it it will affect any application that integrates with
electron-chrome-extensions
.