Tutorial: https://quickfever.com/install-older-version-of-chrome-extension
Extension Fonts :
- Disabling concrete extension update. You can do this by editing the extensions manifest json-file
on Windows: C:\Users<USERNAME>\AppData\Local\Google\Chrome\User Data\Default\Extensions<EXTENSION-ID><VERSION>\manifest.json (find out the extensions ID by enabling developer mode in the extension settings page) on Ubuntu for Chromium: ${HOME}/.config/chromium/Default/Preferences
In this file set "update_url" property to something invalid like "https://localhost" for example. For now according to given url updating of that extension is simply impossible.
This is nice for security research, and it's great to be able to download older versions of extensions, for example here's the list of all Grammarly version updates: https://www.crx4chrome.com/history/2722/
However, if you're downloading these extensions for personal use, be extremely careful. You don't know what's in the "version" of the extension you're downloading from sites like crx4chrome.com. Sure, they provide file hashes - but unless you're monitoring the chrome web store yourself, you don't know whether those hashes are accurate for earlier versions of each extension.