Chess.com Opponent Risk Score Firefox

Examine source code of Chess.com Opponent Risk Score

By: Prab
Inspect and view changes in Chess.com Opponent Risk Score source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chess.com Opponent Risk Score",
  "version": "1.0.0",
  "description": "Detect potential cheaters on Chess.com with risk score analysis",
  "author": "Chess Anti-Cheat",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chess-anticheat@firefox.extension",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "src/config.js",
      "src/utils.js",
      "src/metrics.js",
      "src/risk-score.js",
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.chess.com/game/*",
        "https://www.chess.com/game/live/*",
        "https://www.chess.com/game/daily/*",
        "https://www.chess.com/play/*",
        "https://www.chess.com/live/*",
        "https://www.chess.com/analysis/*",
        "https://www.chess.com/analysis/game/*",
        "https://www.chess.com/games/archive/*",
        "https://www.chess.com/games/view/*",
        "https://www.chess.com/callback/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Chess.com Risk Score"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "icons/*"
  ]
}

Best Chess.com Opponent Risk Score Alternatives

Here are some Firefox add-ons that are similar to Chess.com Opponent Risk Score: