Just tried installing to Chromium browser and was getting errors because manifest v2 is no longer supported. I edited two lines in manifest.json and reloaded the extension and it seems to be working:
- Line 2 :
"manifest_version": 2, --> "manifest_version": 3,
- Line 6:
"browser_action": { --> "action": {
Might be a more proper way to update this, but this seems to make it functional again.