Tab Locker — Break Mode Firefox

Examine source code of Tab Locker — Break Mode

By: Xiva
Inspect and view changes in Tab Locker — Break Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Locker — Break Mode",
  "version": "1.0",
  "description": "Bấm nút để làm mờ và khóa toàn bộ tab trong X phút, giúp bạn nghỉ ngơi.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Tab Locker",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "tab-locker@example.com",
      "strict_min_version": "78.0"
    }
  }
}

Best Tab Locker — Break Mode Alternatives

Here are some Firefox add-ons that are similar to Tab Locker — Break Mode: