In the interface of the website CodeForces.com this extension allows you to hide unnecessary tasks from the Problemset table, show hidden tasks and stop hiding tasks. Supports transferring the list of hidden tasks between devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "[email protected]",
  "version": "1.0.1",
  "description": "",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "54.0"
    }
  },
  "permissions": [
    "https://codeforces.com/*",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "web_accessible_resources": [
    "show-password-icon-17.jpg",
    "show-password-icon-18.jpg",
    "download-icon-image-25.png",
    "upload-icon-image-25.png",
    "ios-help-icon-1.png"
  ]
}