Discord Level Helper Firefox

Examine source code of Discord Level Helper

Inspect and view changes in Discord Level Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Discord Level Helper",
  "description": "Chrome extension to help you level up faster on discord servers using the bot MEE6.",
  "version": "1.0",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "Discord Level Helper"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mee6.xyz/*"
      ],
      "js": [
        "js/vendor.js",
        "js/mee6_content_script.js"
      ]
    },
    {
      "matches": [
        "https://discord.com/*"
      ],
      "js": [
        "js/vendor.js",
        "js/discord_content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "https://discord.com/*",
    "https://mee6.xyz/*"
  ]
}

Best Discord Level Helper Alternatives

Here are some Firefox add-ons that are similar to Discord Level Helper: