Web Time Tracker Pro Firefox

Examine source code of Web Time Tracker Pro

By: Luke
Inspect and view changes in Web Time Tracker Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Web Time Tracker Pro",
  "version": "1.7.1",
  "description": "Track your time on any website and share it with others.",
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "web-time-tracker-unique-2025@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Web Time Tracker Pro Alternatives

Here are some Firefox add-ons that are similar to Web Time Tracker Pro: