Codeforces Torture Firefox

Examine source code of Codeforces Torture

Inspect and view changes in Codeforces Torture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Codeforces Torture",
  "version": "1.4",
  "browser_specific_settings": {
    "gecko": {
      "id": "codeforces-torture@arian-rahinur.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Stops web surfing until a Codeforces problem has been solved",
  "homepage_url": "https://github.com/MubtasimSajid/Codeforces-Torture",
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/problem-fetching.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/logo-48.png",
    "default_title": "Codeforces Torture"
  }
}

Best Codeforces Torture Alternatives

Here are some Firefox add-ons that are similar to Codeforces Torture: