LeetCode Submission Protection Firefox

Examine source code of LeetCode Submission Protection

Inspect and view changes in LeetCode Submission Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode Submission Protection",
  "version": "1.0.1",
  "description": "Adds an extra layer of protection to prevent accidental code submissions on LeetCode.",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://leetcode.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "leetcode-submission-protection@yourdomain.com",
      "strict_min_version": "109.0"
    }
  }
}

Best LeetCode Submission Protection Alternatives

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