Limit By Domain Firefox

Examine source code of Limit By Domain

Inspect and view changes in Limit By Domain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Limit By Domain",
  "version": "0.3",
  "description": "Limit the number of pages you can visit on each domain. Stop yourself opening endless YouTube videos or Reddit threads without blocking the whole site.",
  "icons": {
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "64": "icons/icon.svg"
  },
  "permissions": [
    "webNavigation",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "YT-Limit",
    "default_popup": "popup/dialog.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@limit-by-domain",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "options_ui": {
    "page": "dashboard/dashboard.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Limit By Domain Alternatives

Here are some Firefox add-ons that are similar to Limit By Domain: