Examine source code of Extraordinary CBT Extensions

Inspect and view changes in Extraordinary CBT Extensions 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": "Extraordinary CBT Extensions",
  "description": "Extraordinary for CDS Extension",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "exo.html",
    "default_icon": {
      "16": "images/favicon-16x16.png",
      "32": "images/favicon-32x32.png"
    }
  },
  "background": {
    "service_worker": "backgroun.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}