LeetCode Video Solutions Firefox

Examine source code of LeetCode Video Solutions

Inspect and view changes in LeetCode Video Solutions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "LeetCode Video Solutions",
  "description": "Watch free LeetCode video ▶ solutions on the problem page itself.",
  "version": "5.0.4",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "*://leetcode.com/*",
    "*://youtube-scrape.soumyaranjanra2.repl.co/",
    "*://*.soumya.dev",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://leetcode.com/problems/*"
      ],
      "css": [
        "app.css"
      ],
      "js": [
        "vendor/purify.min.js",
        "app.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 3,
  "content_security_policy": {},
  "host_permissions": [
    "*://leetcode.com/*",
    "*://youtube-scrape.soumyaranjanra2.repl.co/",
    "*://*.soumya.dev"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b222ae07-2c44-4430-bb77-67ff656c3b06}"
    }
  }
}

Best LeetCode Video Solutions Alternatives

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