Algo Mentor Firefox

Examine source code of Algo Mentor

By: Pushkar
Inspect and view changes in Algo Mentor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Algo Mentor",
  "version": "1.0",
  "description": "Algo Mentor analyzes your code in real time and provides AI-assisted guidance to help you move toward the optimal solution. Instead of revealing the full answer, it offers intelligent hints that help you think through the problem and improve your problem-solving skills while you code.",
  "author": "Pushkar",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://leetcode.com/*",
    "https://api.pushkark1304.workers.dev/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "https://leetcode.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pk-algomentor@pk.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ]
      }
    }
  }
}

Best Algo Mentor Alternatives

Here are some Firefox add-ons that are similar to Algo Mentor: