Website Time Tracker Firefox

Examine source code of Website Time Tracker

By: Kollo Add-on
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
{
  "manifest_version": 2,
  "name": "Website Time Tracker",
  "version": "1.0",
  "description": "Sets a timer for how long you can spend on certain websites before being alerted.",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{83d2b9ca-7cf3-4908-9341-5c8c6acc1c65}"
    }
  }
}

Best Website Time Tracker Alternatives

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