CRX Downloader or zip

CRX Downloader or zip

Download CRX Files directly as crx or zip file depending upon your choice

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.0",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDes__",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "downloads",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://clients2.google.com/service/update2/crx*",
    "*://clients2.googleusercontent.com/crx/download/*"
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/crxDownloader/hokladpijejlljnocgpagldkpimeehgp",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}