LeetCode to Russian Firefox

Examine source code of LeetCode to Russian

Inspect and view changes in LeetCode to Russian source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode to Russian",
  "description": "Перевод задач LeetCode на русский язык",
  "version": "0.0.19",
  "browser_specific_settings": {
    "gecko": {
      "id": "leetcode-to-russian@local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity",
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "/scripts/LocalTranslations.js",
        "/scripts/Fetcher.js",
        "/scripts/LocalStorageManager.js",
        "/scripts/UIEditor.js",
        "/scripts/alerts.js",
        "script.js"
      ],
      "css": [
        "/styles/style.css"
      ],
      "matches": [
        "https://*.leetcode.com/problems/*",
        "https://*.leetcode.com/problemset/"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://leetcode.com/*",
    "https://*.leetcode.com/*",
    "https://leetcode-to-russian-api.vercel.app/*",
    "https://translate.googleapis.com/*"
  ]
}

Best LeetCode to Russian Alternatives

Here are some Firefox add-ons that are similar to LeetCode to Russian: