LeetGuide AI Firefox

Examine source code of LeetGuide AI

Inspect and view changes in LeetGuide AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetGuide AI",
  "version": "1.0",
  "description": "Suggests AI-powered guidance for solving LeetCode problems.",
  "icons": {
    "16": "images/icon48.png",
    "32": "images/icon48.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://api.openai.com/"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "dist/injected.js",
        "evaluatePrompt.txt",
        "template.txt",
        "marked.min.js",
        "styles.css"
      ],
      "matches": [
        "https://leetcode.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nallulabs@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js",
        "marked.min.js"
      ]
    }
  ]
}

Best LeetGuide AI Alternatives

Here are some Firefox add-ons that are similar to LeetGuide AI: