Disable automatic extension updates in GNOME This extension patches GNOME Shell to entirely disable updates of user-installed extensions.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Move line 66 to enable and null that out in disable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. `PropertyManager.clear()` just deleting the property. How do you revert it to original?
I submitted an update which removes the constructor from the extension class, and adds some longer doc comments about how the monkey patch works and why it's sufficient to just delete the property in disable.