Leetcode C++ Intellisense Firefox

Examine source code of Leetcode C++ Intellisense

Inspect and view changes in Leetcode C++ Intellisense source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Leetcode C++ Intellisense",
  "version": "1.0.0",
  "description": "VS Code-style autocomplete, type-aware STL completion, scope Intellisense, and competitive programming snippets for LeetCode.",
  "browser_specific_settings": {
    "gecko": {
      "id": "leetcode-cpp-intellisense@xtroon",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://leetcode.com/*",
    "https://leetcode.cn/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*",
        "https://leetcode.cn/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js",
        "icon.png"
      ],
      "matches": [
        "https://leetcode.com/*",
        "https://leetcode.cn/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  }
}

Best Leetcode C++ Intellisense Alternatives

Here are some Firefox add-ons that are similar to Leetcode C++ Intellisense: