CodeChef Copy Firefox

Examine source code of CodeChef Copy

Inspect and view changes in CodeChef Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CodeChef Copy",
  "version": "0.1",
  "author": "Devanshu Raj",
  "description": "Copy sample testcases from CodeChef with a single click",
  "content_scripts": [
    {
      "matches": [
        "https://www.codechef.com/*/problems/*",
        "https://www.codechef.com/problems/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}

Best CodeChef Copy Alternatives

Here are some Firefox add-ons that are similar to CodeChef Copy: