Leetcode Activity Extension Firefox

Examine source code of Leetcode Activity Extension

By: dasdaka
Inspect and view changes in Leetcode Activity Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Logs Leetcode activity",
  "manifest_version": 2,
  "name": "LeetEx",
  "version": "3.0",
  "icons": {
    "48": "icons/leetcode.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/leetcode.png"
    },
    "default_title": "Leetcode Activity Extension"
  },
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/problems/*"
      ],
      "js": [
        "leetcode.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a97a892b-94eb-40c6-9c50-6bbdd7f6419f}"
    }
  }
}

Best Leetcode Activity Extension Alternatives

Here are some Firefox add-ons that are similar to Leetcode Activity Extension: