LeetCode helper Chrome

Examine source code of LeetCode helper

By: GG
Inspect and view changes in LeetCode helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LeetCode helper",
  "version": "1.1",
  "description": "Automatically start timer on leetcode.com question, adding button to remove already answered questions and locked questions",
  "content_scripts": [
    {
      "matches": [
        "*://leetcode.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.png"
  }
}

Best LeetCode helper Alternatives

Here are some Chrome extensions that are similar to LeetCode helper: