Get CRX

Get CRX

Get source .crx extension file of any Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "bg.js"
  },
  "description": "Get source .crx extension file of any Chrome extension",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 3,
  "name": "Get CRX",
  "permissions": [
    "contextMenus",
    "downloads"
  ],
  "host_permissions": [
    "https://chrome.google.com/webstore/detail/",
    "https://chromewebstore.google.com/detail/"
  ],
  "version": "1.51"
}