Lichess Analyzer for Chess.com Firefox

Examine source code of Lichess Analyzer for Chess.com

Inspect and view changes in Lichess Analyzer for Chess.com source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lichess Analyzer for Chess.com",
  "version": "1.0.0",
  "description": "Export and analyze your Chess.com games on Lichess with Stockfish engine evaluation.",
  "author": "srpakura",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "host_permissions": [
    "*://*.lichess.org/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chess.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles/content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lichess-analyzer@srpakura.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Lichess Analyzer for Chess.com Alternatives

Here are some Firefox add-ons that are similar to Lichess Analyzer for Chess.com: