LeetCode Fix

Leetcode extension for showing dislike count in Dynamic Layout.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode Fix",
  "description": "Leetcode extension for showing dislike count in Dynamic Layout.",
  "author": "https://github.com/bunnykek",
  "version": "0.0.6",
  "icons": {
    "16": "logo/16.png",
    "48": "logo/48.png",
    "128": "logo/128.png"
  },
  "host_permissions": [
    "https://leetcode.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://leetcode.com/problems/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}