Examine source code of Blacktom 作业帮

Inspect and view changes in Blacktom 作业帮 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": "Blacktom 作业帮",
  "description": "留学生作业助手,一键即可回答所有问题",
  "version": "7.0.6",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "windows",
    "alarms",
    "clipboardWrite",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "src/popup.html"
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://lottie.host/*",
        "https://*.google.com/recaptcha/*",
        "https://recaptcha.net/recaptcha/*",
        "https://*.hcaptcha.com/*",
        "https://*.geetest.com/*",
        "https://*.captcha.qq.com/*",
        "https://challenges.cloudflare.com/*",
        "https://*.arkoselabs.com/*",
        "https://*.funcaptcha.com/*"
      ],
      "all_frames": true,
      "js": [
        "src/content_script.js",
        "katex/katex.min.js",
        "katex/contrib/auto-render.min.js"
      ],
      "css": [
        "src/index.css"
      ]
    }
  ],
  "icons": {
    "128": "icon/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "katex/fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}