Examine source code of QuickCaptcha

Inspect and view changes in QuickCaptcha 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
{
  "manifest_version": 3,
  "name": "QuickCaptcha",
  "version": "1.0",
  "description": "Automatically fills the captcha.",
  "author": "Astra",
  "homepage_url": "https://github.com/kartikshriwas",
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}