You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: