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

Custom scripts warnings at Chrome startup #1

Open
Laoujin opened this issue Nov 3, 2018 · 0 comments
Open

Custom scripts warnings at Chrome startup #1

Laoujin opened this issue Nov 3, 2018 · 0 comments

Comments

@Laoujin
Copy link
Owner

Laoujin commented Nov 3, 2018

Google stopped honoring the whitelisting. But then again supported it. Looks like all extensions need to be uninstalled and installed again.

Steps:

EDIT: As of 10/16/2018, this approach WORKS.(Chrome Version 69.0.3497.100 (Official Build) (64-bit)) 1.Temporarily enable developer mode in chrome://extensions/ 2.Uninstall the extension you installed (To be precise the extension that causes the popup) using the "Load unpacked". 3.Click on pack extension and enter the root directory of the files(put the extension files in a single folder/one folder per error causing extension) don't enter the private key file if you don't have it. 4.Click pack extension a .crx and .pem file would be created near the root directory of the extension. Install the extension using the crx file and keep the pem file safe(if u delete it or something goes wrong without it you can always repack the extension). 5.Then copy the crx installed extension ID to the whitelist and restart chrome. The popup should be gone.

More info:
https://stackoverflow.com/questions/23055651/disable-developer-mode-extensions-pop-up-in-chrome/38011386#38011386

@Laoujin Laoujin changed the title Warnings Custom scripts warnings at Chrome startup Aug 2, 2019
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