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

[Problem/Bug]: No way to toggle extensions developer mode #5088

Open
Zaarrg opened this issue Feb 5, 2025 · 0 comments
Open

[Problem/Bug]: No way to toggle extensions developer mode #5088

Zaarrg opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Zaarrg
Copy link

Zaarrg commented Feb 5, 2025

What happened?

Hello,

The problem im facing is i require some Browser Extensions for my App but many Browser Extensions need extensions developer mode enabled. (extensions.ui.developer_mode).
But after researching for a while i could not find any way to toggle this using webview2 on my win32 c++ app.

For example that option can be set in selenium using prefs. See this stackoverflow issue.

The only current way i found to enable it is by creating a new Profile in edge Browser and then enabling extensions developer mode there in the "chrome://extensions" ui. After that i could copy that profile over to my webview2 user data folder replacing the "Default" profile. This allowed me to have the option enabled.

Also directly editing the "Secure Preferences" file in the "Default" webview2 profile is not possible as well as this file is protected. Profiles with extensions developer mode enabled have it set here to True under extensions.ui.developer_mode.

Would appreciate any help or if this is not yet possible for it to be added.

Importance

Important. My app's user experience is significantly compromised.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

132.0.2957.127

SDK Version

1.0.2277.86

Framework

Win32

Operating System

Windows 11

OS Version

10.0.22631

Repro steps

Try enabling extensions.ui.developer_mode

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

No, this never worked

Last working version (if regression)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants