-
Notifications
You must be signed in to change notification settings - Fork 33
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
Removing 1 more extension warning #85
Comments
Maybe you can extract the extension file to a folder (it is a zip file with a different extension) and then you can load the extension folder in chrome://extensions after activating the developer settings. This should not cause a warning |
Yes, but better to remove this warning too. Usual installing is much more convenient. Please. |
I will maybe look into it in the next days |
It uses |
I don't think I will want to fix this. I don't want this patcher to have potential to be abused to install automatically install extensions without knowledge, which is often done by annoying antiviruses for example with their CRX file. It should be sufficient for normal use cases to just use the extracted folder? |
This is what disables the extension in case of a verification failure by the way: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/extensions/install_verifier.cc;l=299;drc=4d9f1c1280ee8474a61ff89260a81651c50b4fb6;bpv=0;bpt=1 |
It's not too easy to patch this, mostly because helpful functions, such as ShouldEnforce have been removed during compilation because of optimization. I think it's too much effort for something that isn't especially useful. |
It is very important and useful because "Developer mode" is for developers while usual installing is for all users. Usual people don't search about the developer mode and will not find this. And Chrome uses another saving algorithm for extensions from folders, no folders created for them, so it is not the same. There may be other differences. |
I don't really see a reason to add this. |
Then warning removing will be ultimate. For now, you remove 1 but leave the 2-nd. So patching is not complete. More users will find this pather. It is a Chrome limitation to annoy users and force them to expend the store. Please. |
I will definitely keep this mind and will possibly look further into this issue in 1-2 business decades. In the meantime I can recommend extracting the extension first and then loading the folder. |
Please make possible enabling extensions not from the store.
The toggle is blocked.
The text was updated successfully, but these errors were encountered: