Website Time Tracker Chrome

Examine source code of Website Time Tracker

Inspect and view changes in Website Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Website Time Tracker",
  "version": "1.2.0",
  "description": "Track time spent on websites with visual statistics, time limits, and mood tracking",
  "permissions": [
    "tabs",
    "storage",
    "idle",
    "notifications",
    "alarms",
    "webNavigation",
    "offscreen",
    "downloads"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Website Time Tracker Alternatives

Here are some Chrome extensions that are similar to Website Time Tracker: