LeetCode Fix

LeetCode Fix

Leetcode extension for showing dislike count in Dynamic Layout.

Merlin
Additional files are visible only to premium users

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"
}