Examine source code of Captcha Recognizer

Inspect and view changes in Captcha Recognizer 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_title": "Captcha Recognizer",
    "default_icon": {
      "16": "favicon-16x16.png",
      "32": "favicon-32x32.png",
      "48": "favicon-48x48.png",
      "64": "favicon-64x64.png",
      "128": "favicon-128x128.png"
    }
  },
  "author": "Holey",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.cht.com.tw/*",
        "*://*.cyc.org.tw/*",
        "*://*.ncku.edu.tw/*",
        "*://*.railway.gov.tw/*",
        "*://*.thsrc.com.tw/*",
        "*://*.tixcraft.com/*",
        "*://*.xuanen.com.tw/*"
      ],
      "run_at": "document_idle",
      "js": [
        "jquery.min.js",
        "content.aspx_5c.js",
        "content.cht.js",
        "content.ncku.js",
        "content.railway.js",
        "content.thsrc.js",
        "content.tixcraft.js",
        "main.js"
      ]
    }
  ],
  "default_locale": "zh_TW",
  "description": "__MSG_app_description__",
  "host_permissions": [
    "*://ocr.holey.cc/*"
  ],
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "48": "favicon-48x48.png",
    "64": "favicon-64x64.png",
    "128": "favicon-128x128.png"
  },
  "manifest_version": 3,
  "name": "Captcha Recognizer",
  "short_name": "Captcha OCR",
  "version": "2.5",
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}