Examine source code of BZTurk

Inspect and view changes in BZTurk 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BZTurk",
  "description": "This update includes a free trial, Guides, auto acceptance toggle, new UI, performance boost, bug fixes, and security updates.",
  "version": "2.0.19",
  "manifest_version": 3,
  "action": {
    "default_title": "Open the popup"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "notifications",
    "management"
  ],
  "host_permissions": [
    "https://worker.mturk.com/",
    "https://forum.turkerview.com/",
    "https://api.bzturk.com/",
    "https://www.mturkcrowd.com/",
    "https://www.amazon.com/ap/signin?*openid.return_to=https://worker.mturk.com/projects/*/tasks/accept_random*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "frame.html",
        "index.html",
        "finder.html",
        "#/finder",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "js/hit-tracker-live-update-hit.js"
      ],
      "matches": [
        "https://worker.mturk.com/projects/*/tasks/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/hit-tracker-live-update-queue.js"
      ],
      "matches": [
        "https://worker.mturk.com/tasks*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/hit-tracker.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  }
}