Tab Time Limiter Firefox

Examine source code of Tab Time Limiter

Inspect and view changes in Tab Time Limiter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Time Limiter",
  "version": "1.0",
  "description": "Đặt giới hạn thời gian cho tab, sau đó mờ đi hoặc đóng.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Tab Time Limiter",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2796c054-6cb3-499f-a04c-91ac09fe8e88}"
    }
  }
}

Best Tab Time Limiter Alternatives

Here are some Firefox add-ons that are similar to Tab Time Limiter: