Midjourney Archive Downloader

Midjourney Archive Downloader

🚨 Midjourney released a new website which killed access to the archive endpoints. This means this extension will only work as long…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Midjourney Archive Downloader",
  "version": "1.5.1",
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "host_permissions": [
    "https://legacy.midjourney.com/",
    "https://storage.googleapis.com/*"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}