LeetCode Submission Tracker Firefox

Examine source code of LeetCode Submission Tracker

By: hitec Add-on
Inspect and view changes in LeetCode Submission Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode AI Tracker",
  "version": "1.0.1",
  "description": "Automatically pushes LeetCode submissions to GitHub with AI-generated insights.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bcd72a9c-fef7-4f6e-ad4a-77a8111a51e3}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "identity",
    "webRequest"
  ],
  "host_permissions": [
    "https://leetcode.com/*",
    "https://github.com/*",
    "https://api.github.com/*",
    "https://api.groq.com/*",
    "https://generativelanguage.googleapis.com/*",
    "https://api.anthropic.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/problems/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best LeetCode Submission Tracker Alternatives

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