0

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!

  • This extension is published as ManifestV2 so you can't download it as ManifestV3. The author of the extension will have to rewrite parts of the extension to make it compatible with ManifestV3 and then the author will publish it as ManifestV3. – wOxxOm Jul 04 '22 at 09:30
  • Hello @wOxxOm, thank you for your reply. I see [here](https://github.com/darkreader/darkreader/releases/tag/v4.9.52) that the extension is also compiled with the version 3. I asked a question on the extension github Q&A regarding the timeline. – NautillusSs Jul 05 '22 at 01:01

0 Answers0