MAL Enhancer Firefox

Examine source code of MAL Enhancer

Inspect and view changes in MAL Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Alexander N & ShaggyZE",
  "name": "MAL Enhancer",
  "short_name": "MALENHC",
  "description": "Enhances MAL for a better user experience. Suggestions are welcome!",
  "version": "3.6.0",
  "manifest_version": 3,
  "host_permissions": [
    "*://*.myanimelist.net/*"
  ],
  "permissions": [
    "webRequest",
    "scripting",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "css": [
        "style.css",
        "gitgraph.css"
      ],
      "js": [
        "jquery.js",
        "malenhc.js",
        "bbcodehelper.js",
        "bbcodeextracter.js",
        "gitgraph.min.js"
      ],
      "matches": [
        "https://myanimelist.net/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "shaggyze@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "action": {
    "default_popup": "options.html",
    "default_title": "MAL Enhancer Options"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "emoji/*.json",
        "*.png",
        "style.css",
        "bbcodehelper.html",
        "animeRandomizer.html",
        "mangaRandomizer.html"
      ],
      "matches": [
        "https://myanimelist.net/*"
      ]
    }
  ]
}

Best MAL Enhancer Alternatives

Here are some Firefox add-ons that are similar to MAL Enhancer: