Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Custom Chrome extension not load in electron app #42106

Closed
3 tasks done
ElectronMB opened this issue May 9, 2024 · 1 comment
Closed
3 tasks done

[Bug]: Custom Chrome extension not load in electron app #42106

ElectronMB opened this issue May 9, 2024 · 1 comment
Labels

Comments

@ElectronMB
Copy link

Preflight Checklist

Electron Version

26.2.1

What operating system are you using?

macOS

Operating System Version

mac mini 14.4.1

What arch are you using?

x64

Last Known Working Electron version

No response

Expected Behavior

Open Chrome extension into the electron app.

Actual Behavior

When I load an extension with the below document it throws the error in the terminal

Error:

Manifest contains a differential_fingerprint key that will be overridden on the extension update.
Permission 'scripting' is unknown or URL pattern is malformed.

Document I used:

--> https://www.electronjs.org/docs/latest/tutorial/devtools-extension#:~:text=To%20load%20an%20extension%20in,the%20extension%20in%20Google%20Chrome

--> https://github.com/samuelmaddock/electron-browser-shell

I take all the above link references but I get the same error in every solution.

Testcase Gist URL

https://github.com/samuelmaddock/electron-browser-shell

Additional Information

Basically, I have my own unpack extension, or also it's in the web store and I want to add that extension to my electron app.

Shortly I want to use my electron app like Google Chrome browser in which I can add extensions and parallel run the electron pages as well but not able to do so with above given reference

My extension manifest version is 3

My electron version is : 26.2.1

@codebytere
Copy link
Member

Thanks for reaching out!

Because we treat our issues list as the team's backlog, we close issues that are questions since they don't represent a task needing to be completed. This forum is for raising bugs or requesting new features, and for most questions about Electron there are a lot of more appropriate community options. There are helpful people in this Discord or the subreddit that should be willing to point you in the right direction.

@codebytere codebytere closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants