Use the USPS postage calculator w/o its Javascript Firefox

Examine source code of Use the USPS postage calculator w/o its Javascript

Inspect and view changes in Use the USPS postage calculator w/o its Javascript source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LibreJS/USPS compatibility",
  "version": "1.1resigned1",
  "author": "Nathan Nichols",
  "description": "LibreJS compatible USPS.com shipping calculator.",
  "applications": {
    "gecko": {
      "id": "FreeUSPS@0xbeef.coffee",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "16": "icons/I16.png",
    "48": "icons/I48.png",
    "128": "icons/I128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://www.postcalc.usps.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://postcalc.usps.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}

Best Use the USPS postage calculator w/o its Javascript Alternatives

Here are some Firefox add-ons that are similar to Use the USPS postage calculator w/o its Javascript: