Examine source code of Juza Helper

Inspect and view changes in Juza Helper source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://*.juzaphoto.com/*"
      ]
    }
  ],
  "description": "JuzaPhoto.com Helper",
  "host_permissions": [
    "https://www.juzaphoto.com/"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "Juza Helper",
  "permissions": [
    "downloads",
    "contextMenus"
  ],
  "short_name": "JuzaHelper",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3.0"
}