I am trying to download the CRX file for the DarkReader extension with the manifest in version 3. The extension page: https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh/
Using the answers in the following question I can only obtain the manifest in version 2: How to download a CRX file from the Chrome web store for a given ID?
❯ head darkreader/manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Dark Reader",
The URL I am using: https://clients2.google.com/service/update2/crx?response=redirect&prodversion=103.0.5060.53&acceptformat=crx2,crx3&x=id%3Deimadpbcbfnmbkopoojfekhnkhdbieeh%26uc
Thank you!