SPOJ-ToDo Firefox

Examine source code of SPOJ-ToDo

Inspect and view changes in SPOJ-ToDo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SPOJ-ToDo",
  "version": "1.1resigned1",
  "description": "Easily add problems to a ToDo list and view them in profile.",
  "content_scripts": [
    {
      "matches": [
        "*://*.spoj.com/myaccount/"
      ],
      "js": [
        "profile.js"
      ]
    },
    {
      "matches": [
        "*://*.spoj.com/problems/*"
      ],
      "js": [
        "problem.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d5a5c92d-0f41-4e38-84e3-9870b945fee8}"
    }
  }
}

Best SPOJ-ToDo Alternatives

Here are some Firefox add-ons that are similar to SPOJ-ToDo: