Response Time Clock Firefox

Examine source code of Response Time Clock

By: Kasra Add-on
Inspect and view changes in Response Time Clock source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Response Time Clock",
  "version": "0.1.4",
  "description": "Shows approximate site time from HTTP Date response headers, with local timezone conversion and uncertainty.",
  "permissions": [
    "webRequest",
    "activeTab",
    "storage"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Response Time Clock",
    "default_popup": "popup.html",
    "default_icon": "icons/icon.svg"
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "response-time-clock@example.local",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Response Time Clock Alternatives

Here are some Firefox add-ons that are similar to Response Time Clock: