Loaded Tabs Limit Firefox

Examine source code of Loaded Tabs Limit

By: Crappy
Inspect and view changes in Loaded Tabs Limit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Loaded Tabs Limit",
  "description": "Limit the number of tabs that can be loaded at once and choose your own unloading options.",
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": {
      "32": "icon-32.png"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "loaded_tabs_limit_public@nivia.life"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "alarms",
    "menus"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-VfLfnFqD.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "css": [
        "contentStyle.css",
        "assets/index-u3garygE.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "contentStyle.css",
        "icon-128.png",
        "icon-32.png"
      ]
    },
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/client-DX1NHOPb.js",
        "assets/index.tsx-DAhzabHH.js"
      ]
    }
  ],
  "version": "1.0.3",
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  }
}

Best Loaded Tabs Limit Alternatives

Here are some Firefox add-ons that are similar to Loaded Tabs Limit: