HWQuickStart Firefox

Examine source code of HWQuickStart

Inspect and view changes in HWQuickStart source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds some useful buttons to quickstart HW nxtr game",
  "manifest_version": 2,
  "name": "HWQuickStart",
  "version": "1.4.22",
  "homepage_url": "https://github.com/ralf-quick/hwquickstart",
  "icons": {
    "48": "icons/hwqs.png"
  },
  "background": {
    "scripts": [
      "webextension-polyfill.js",
      "catchwebdata.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.hero-wars.com/*"
      ],
      "js": [
        "webextension-polyfill.js",
        "md5.js",
        "generatorics.js",
        "helpers.js",
        "restapi.js",
        "quickstart.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "notifications",
    "storage",
    "webRequestBlocking",
    "https://heroes-wb.nextersglobal.com/api/*",
    "https://www.hero-wars.com/*",
    "https://heroesweb-a.akamaihd.net/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "105.0",
      "id": "{fd449e83-70f1-4e03-9f15-4759cff5883b}"
    }
  }
}

Best HWQuickStart Alternatives

Here are some Firefox add-ons that are similar to HWQuickStart: