Time for Price – See Prices in Work Hours Firefox

Examine source code of Time for Price – See Prices in Work Hours

Inspect and view changes in Time for Price – See Prices in Work Hours source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Time for Price – See Prices in Work Hours",
  "version": "2.0.0",
  "description": "A Smart Chrome extension that converts the cost of items at checkout into work hours.",
  "browser_specific_settings": {
    "gecko": {
      "id": "timeforprice@timeforprice.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "host_permissions": [
    "https://www.amazon.com/",
    "https://www.amazon.co.uk/",
    "https://www.amazon.ca/"
  ],
  "action": {
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/backend.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.com/*",
        "https://www.amazon.co.uk/*",
        "https://www.amazon.ca/*"
      ],
      "js": [
        "js/frontend.js"
      ]
    }
  ]
}

Best Time for Price – See Prices in Work Hours Alternatives

Here are some Firefox add-ons that are similar to Time for Price – See Prices in Work Hours: