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

Chrome extensions not loading up on launching the chrome and chrome app #243

Open
rajasekar-mu opened this issue Jul 5, 2021 · 0 comments

Comments

@rajasekar-mu
Copy link

I can tried below option for chrome browser to launching with url & extension loading options. But extension was not loading?

const ChromeLauncher = require('chrome-launcher');
const newFlags = ChromeLauncher.Launcher.defaultFlags().filter(flag => flag !== '--disable-extensions' && flag !== '--mute-audio');
ChromeLauncher.launch({
ignoreDefaultFlags: true,
chromeFlags: newFlags,
startingUrl: 'https://blog.google/', // For chrome app mode --app=https://blog.google/,
}).then(chrome => {
});

Anything i missed, please suggest.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant