Website Time Limit Firefox

Examine source code of Website Time Limit

Inspect and view changes in Website Time Limit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Time Limit",
  "description": "Allows you to set a time limit on a per website basis.",
  "version": "0.0.1",
  "icons": {
    "64": "icons/icon.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "goback.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "Website Time Limit"
  },
  "options_ui": {
    "page": "options/index.html"
  }
}

Best Website Time Limit Alternatives

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